| Nombre del símbolo | Modifier Letter Superscript Half Triangular Colon |
| Versión Unicode | 14.0 |
| Unicode | U+10782 |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | F0 90 9E 82 |
| UTF-16 | D801 DF82 |
| UTF-32 | 00010782 |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSUPERSCRIPTHALFTRIANGULARCOLON}4\end{document}Puedes escribir el símbolo modifier letter superscript half triangular colon en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 67458 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter superscript half triangular colon", or use Unicode Hex Input with 10782.
Ctrl + Shift + U, type 10782, 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-superscript-half-triangular-colon::before { content: "\10782"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>𐞂</span>La representación del símbolo Modifier Letter Superscript Half Triangular Colon en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x10782) |
| Python | '\N{MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON}' or chr(67458) |
| Rust | '\u{10782}' |
| C / C++ | UTF-8 source or wchar_t with U+10782 |
| Go | string(rune(0x10782)) |
| Ruby | "\u{10782}" |
| Código CSS |
\10782 |
| Código hexadecimal | 0x10782 |
| Código HTML | 𐞂 |
| LaTeX | \text{MODIFIERLETTERSUPERSCRIPTHALFTRIANGULARCOLON} |
| Símbolo | 𐞂 |
| Codificación URL (porcentaje UTF-8) | %F0%90%9E%82 |
| Nombre oral / lector de pantalla | Modifier Letter Superscript Half Triangular Colon |