Major Pain is incorrect, you cannot find UniqueIDs that way (He's referring to the EntID, a very different number). You can only look up a unique id from lua. For example, you could execute the following in console:
lua_run print( Entity( entid ):UniqueID() )
Where entid is the EntID found using Major Pain's method. You'll see the unique id of the player in question.