| Symbol Name | Modifier Letter End High Tone |
| Unicode Version | 4.0 |
| Unicode | U+02FA |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code |
| UTF-8 | CB BA |
| UTF-16 | 02FA |
| UTF-32 | 000002FA |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERENDHIGHTONE}4\end{document}You can type the modifier letter end high tone symbol on most modern devices with the help of following methods:
Alt + 762 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter end high tone", or use Unicode Hex Input with 02FA.
Ctrl + Shift + U, type 02fa, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-end-high-tone::before { content: "\02FA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>˺</span>Modifier Letter End High Tone symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u02FA' or String.fromCodePoint(762) |
| Python | '\N{MODIFIER LETTER END HIGH TONE}' or chr(762) |
| Rust | '\u{02FA}' |
| C / C++ | UTF-8 source or wchar_t with U+02FA |
| Go | string(rune(0x02FA)) |
| Ruby | "\u{02FA}" |
\02FA |
| Hex Code | 0x02FA |
| HTML Code | ˺ |
| LaTeX | \text{MODIFIERLETTERENDHIGHTONE} |
| Symbol | ˺ |
| URL encode (UTF-8 percent) | %CB%BA |
| Spoken / screen reader name | Modifier Letter End High Tone |