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