C Programming UNICODE character number for (◎) Bullseye symbol
The unicode character number for (◎) Bullseye symbol in C Programming is "\u25CE".
Code
"\u25CE"
"\u25CE"
Symbol
◎
◎
How to use C Programming unicode number for (◎) Bullseye symbol?
To use (◎) Bullseye symbol code in C programming language, 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.
"\u25CE"
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