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