| Symbol Name | Mathematical Right Angle Bracket |
| Unicode Version | 3.2 |
| Unicode | U+27E9 |
| Unicode block | |
| General category | Close Punctuation (Pe) |
| UTF-8 | E2 9F A9 |
| UTF-16 | 27E9 |
| UTF-32 | 000027E9 |
1\documentclass{article}2\usepackage{pifont}3\text{MATHEMATICALRIGHTANGLEBRACKET}4\end{document}You can type the mathematical right angle bracket symbol on most modern devices with the help of following methods:
Alt + 10217 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "mathematical right angle bracket", or use Unicode Hex Input with 27E9.
Ctrl + Shift + U, type 27e9, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.mathematical-right-angle-bracket::before { content: "\27E9"; }1<span>⟩</span>Mathematical Right Angle Bracket symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u27E9' or String.fromCodePoint(10217) |
| Python | '\N{MATHEMATICAL RIGHT ANGLE BRACKET}' or chr(10217) |
| Rust | '\u{27E9}' |
| C / C++ | UTF-8 source or wchar_t with U+27E9 |
| Go | string(rune(0x27E9)) |
| Ruby | "\u{27E9}" |
| CSS Code |
\27E9 |
| Hex Code | 0x27E9 |
| HTML Code | ⟩ |
| LaTeX | \text{MATHEMATICALRIGHTANGLEBRACKET} |
| Symbol | ⟩ |
| URL encode (UTF-8 percent) | %E2%9F%A9 |
| Spoken / screen reader name | Mathematical Right Angle Bracket |