| Nombre del símbolo | Hangul Syllable Teomt |
| Versión Unicode | 2.0 |
| Unicode | U+D143 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D143 |
| Código hexadecimal | 0xD143 |
| Código HTML | 텃 |
| LaTeX | \hangul{D143} |
| Símbolo | 텃 |
| Codificación URL (porcentaje UTF-8) | %ED%85%83 |
| Nombre oral / lector de pantalla | Hangul Syllable Teomt |
| UTF-8 | ED 85 83 |
| UTF-16 | D143 |
| UTF-32 | 0000D143 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D143}4\end{document}Puedes escribir el símbolo hangul syllable teomt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53571 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable teomt", or use Unicode Hex Input with D143.
Ctrl + Shift + U, type d143, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-teomt::before { content: "\D143"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>텃</span>La representación del símbolo Hangul Syllable Teomt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD143' or String.fromCodePoint(53571) |
| Python | '\N{HANGUL SYLLABLE TEOMT}' or chr(53571) |
| Rust | '\u{D143}' |
| C / C++ | UTF-8 source or wchar_t with U+D143 |
| Go | string(rune(0xD143)) |
| Ruby | "\u{D143}" |