Right Triangle Symbol ⊿
⊿
Copy to Clipboard
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 | ⊿ |
Right Triangle Symbol Encoding
UTF-8 | 0xE2 0x8A 0xBF |
UTF-16 | 0x22BF |
UTF-32 | 0x000022BF |
Table of contents
- Right Triangle PNG and SVG files
- How to type right triangle on Microsoft Word
- How to type right triangle on Microsoft Windows
- How to type right triangle on Mac OS
- How to type right triangle on Linux
- How to type right triangle on IOS and Android
- How to use right triangle in CSS
- How to use right triangle in HTML
- Right Triangle representation in programming languages
Right Triangle symbol's PNG and SVG files
How to add right triangle symbol via keyboard on different Operating systems
You can type the right triangle 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 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 2 B F
- Without moving the cursor press keys Alt + x together
- The original 2 2 B F 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 2 2 B F 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 on ios and android is to copy and paste it wherever you need it.
How to use right triangle in CSS
Copy
// css example
span {
content: "\22BF";
}
How to type right triangle in HTML
Copy
// html example
<span>⊿</span>
Right Triangle symbol representation in programming languages
right triangle'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' |