| Nombre del símbolo | Modifier Letter End High Tone |
| Versión Unicode | 4.0 |
| Unicode | U+02FA |
| Bloque Unicode | |
| Categoría general | Modifier Symbol (Sk) |
| UTF-8 | CB BA |
| UTF-16 | 02FA |
| UTF-32 | 000002FA |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERENDHIGHTONE}4\end{document}Puedes escribir el símbolo modifier letter end high tone en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Modifier Letter End High Tone en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\02FA |
| Código hexadecimal | 0x02FA |
| Código HTML | ˺ |
| LaTeX | \text{MODIFIERLETTERENDHIGHTONE} |
| Símbolo | ˺ |
| Codificación URL (porcentaje UTF-8) | %CB%BA |
| Nombre oral / lector de pantalla | Modifier Letter End High Tone |