Search
Search for a symbol or emoji...
⊿
⊿
Right Triangle Symbol ⊿
Right Triangle Symbol Information
| Symbol Name | Right Triangle |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+22BF |
| CSS Code | \22BF |
| HTML Entity | ⊿ |
| Hex Code | ⊿ |
| HTML Code | ⊿ |
| Symbol | ⊿ |
Right Triangle Symbol Encoding
| UTF-8 | 0xE2 0x8A 0xBF |
| UTF-16 | 0x22BF |
| UTF-32 | 0x000022BF |
How to add right triangle symbol via keyboard on different Operating systems
You can type the right triangle symbol on most modern devices with the help of following methods:
How to type right triangle symbol on Microsoft Word
You can type the right triangle in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 22BF
- Without moving the cursor press keys Alt + x together
- The original 22BF is now transformed into ⊿
How to type right triangle symbol on Microsoft Windows
You can type the right triangle on Microsoft windows using following steps:
- Hold Alt and press to type right triangle on your windows machine.
How to type right triangle symbol on Mac OS
You can type the right triangle 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 "Right Triangle" 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 right triangle symbol on Linux
You can type the right triangle 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 22BF consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type right triangle symbol on IOS and Android
The easiest way to type the right triangle symbol on ios and android is to copy and paste it wherever you need it.
How to use right triangle in CSS
//CSS Example
1span {
2 content: \22BF;
3 }How to use right triangle in HTML
//HTML Example
1<span>⊿</span>Right Triangle symbol representation in programming languages
Right Trianglesymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{22BF} |
| Ruby | \u{22BF} |
| Python | \u22BF |
| PHP | \u{22BF} |
| Perl | \x{22BF} |
| Java | \u22BF |
| Modern JavaScript - Since ES6 | \u{22BF} |
| JavaScript | \u22BF |
| Go | \u22BF |
| C# | \u22BF |
| C and C++ | \u22BF |
| Bash and Zsh - inside echo -e | \u22BF |
| RFC 5137 | \u'22BF' |
