how can you change ownership of a file if the username you want to use has dot (.) in it? ... such as info.abc

When I try this, chown gives an error, "no such group", because the dot signifies a group name. I've tried single (') and double quotes (") around the name info.abc, which don't work either.