Does $variableName means global variable?

Does $variableName means global variable?

I saw someone use this kind of syntax in an open source plugin.
#varableName = someMethod();
that someMethod return an object instance.

Then I can access that object outside that plugin.
Is this a standard javascript global variable or some jQuery feature?