Perl UNICODE character number for (◎) Bullseye symbol
The unicode character number for (◎) Bullseye symbol in Perl is \u25CE.
Code
\x{25CE}
\x{25CE}
Symbol
◎
◎
How to use perl unicode number for (◎) Bullseye symbol?
To use (◎) Bullseye symbol code in perl, just place the unicode character number. Compiler or processing engine is going to render it.
Example
\u25CE
If we save above code in a code page and run it, then it will produce following output.
◎
Equivalent character code of Bullseye symbol
Unicode | U+25CE |
---|---|
HTML Hex Code | ◎ |
C programming | "\u25CE" |
C++ programming | "\u25CE" |
Java programming | "\u25CE" |
Javascript | "\u25CE" |
Perl | \x{25CE} |
Python | \u25CE |
Ruby | \u{25CE} |
HTML Code | ◎ |
URL Escape Code for Bullseye symbol
The url escape code for Bullseye symbol is %E2%97%8E