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