Under unix, inside vim, ^V + gives me a ^M which is the \r character.
Also, you can't find \r inside vim unless you tell it to edit the file in binary mode, that is, not using the default automatic mode where it autodetects the line ending. (it should print [dos] in the status.)