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