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