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