Vulgar Fraction Zero Thirds Symbol ↉
↉
Copy to Clipboard
Vulgar Fraction Zero Thirds Symbol Information
Symbol Name | Vulgar Fraction Zero Thirds |
Unicode Version | 5.2 (October 2009) |
Unicode | U+2189 |
CSS Code | \2189 |
Hex Code | ↉ |
HTML Code | ↉ |
Vulgar Fraction Zero Thirds Symbol Encoding
UTF-8 | 0xE2 0x86 0x89 |
UTF-16 | 0x2189 |
UTF-32 | 0x00002189 |
Table of contents
- Vulgar Fraction Zero Thirds PNG and SVG files
- How to type vulgar fraction zero thirds on Microsoft Word
- How to type vulgar fraction zero thirds on Microsoft Windows
- How to type vulgar fraction zero thirds on Mac OS
- How to type vulgar fraction zero thirds on Linux
- How to type vulgar fraction zero thirds on IOS and Android
- How to use vulgar fraction zero thirds in CSS
- How to use vulgar fraction zero thirds in HTML
- Vulgar Fraction Zero Thirds representation in programming languages
Vulgar Fraction Zero Thirds symbol's PNG and SVG files
How to add vulgar fraction zero thirds symbol via keyboard on different Operating systems
You can type the vulgar fraction zero thirds on most modern devices with the help of following methods:
How to type vulgar fraction zero thirds symbol on Microsoft Word
You can type the vulgar fraction zero thirds on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 1 8 9
- Without moving the cursor press keys Alt + x together
- The original 2 1 8 9 is now transformed into ↉
How to type vulgar fraction zero thirds symbol on Microsoft Windows
You can type the vulgar fraction zero thirds on Microsoft windows using following steps:
- Hold Alt and press to type vulgar fraction zero thirds on your windows machine.
How to type vulgar fraction zero thirds symbol on Mac OS
You can type the vulgar fraction zero thirds on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type “Vulgar Fraction Zero Thirds” in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text
How to type vulgar fraction zero thirds symbol on Linux
You can type the vulgar fraction zero thirds on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2 1 8 9 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type vulgar fraction zero thirds symbol on IOS and Android
The easiest way to type the vulgar fraction zero thirds on ios and android is to copy and paste it wherever you need it.
How to use vulgar fraction zero thirds in CSS
Copy
// css example
span {
content: "\2189";
}
How to type vulgar fraction zero thirds in HTML
Copy
// html example
<span>↉</span>
Vulgar Fraction Zero Thirds symbol representation in programming languages
vulgar fraction zero thirds's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2189} |
Ruby | \u{2189} |
Python | \u2189 |
PHP | \u{2189} |
Perl | "\x{2189}" |
Java | \u2189 |
Modern JavaScript - Since ES6 | \u{2189} |
JavaScript | \u2189 |
Go | \u2189 |
C# | \u2189 |
C and C++ | \u2189 |
Bash and Zsh - inside echo -e | \u2189 |
RFC 5137 | \u'2189' |