| Nombre del símbolo | Hangul Syllable Twimh |
| Versión Unicode | 2.0 |
| Unicode | U+D295 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D295 |
| Código hexadecimal | 0xD295 |
| Código HTML | 튕 |
| LaTeX | \hangul{D295} |
| Símbolo | 튕 |
| Codificación URL (porcentaje UTF-8) | %ED%8A%95 |
| Nombre oral / lector de pantalla | Hangul Syllable Twimh |
| UTF-8 | ED 8A 95 |
| UTF-16 | D295 |
| UTF-32 | 0000D295 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D295}4\end{document}Puedes escribir el símbolo hangul syllable twimh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53909 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable twimh", or use Unicode Hex Input with D295.
Ctrl + Shift + U, type d295, 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-twimh::before { content: "\D295"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>튕</span>La representación del símbolo Hangul Syllable Twimh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD295' or String.fromCodePoint(53909) |
| Python | '\N{HANGUL SYLLABLE TWIMH}' or chr(53909) |
| Rust | '\u{D295}' |
| C / C++ | UTF-8 source or wchar_t with U+D295 |
| Go | string(rune(0xD295)) |
| Ruby | "\u{D295}" |