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