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