| Nombre del símbolo | Outlined White Star |
| Versión Unicode | 5.1 |
| Unicode | U+269D |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 9A 9D |
| UTF-16 | 269D |
| UTF-32 | 0000269D |
1\documentclass{article}2\usepackage{pifont}3\text{OUTLINEDWHITESTAR}4\end{document}Puedes escribir el símbolo outlined white star en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9885 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "outlined white star", or use Unicode Hex Input with 269D.
Ctrl + Shift + U, type 269d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.outlined-white-star::before { content: "\269D"; }1<span>⚝</span>La representación del símbolo Outlined White Star en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u269D' or String.fromCodePoint(9885) |
| Python | '\N{OUTLINED WHITE STAR}' or chr(9885) |
| Rust | '\u{269D}' |
| C / C++ | UTF-8 source or wchar_t with U+269D |
| Go | string(rune(0x269D)) |
| Ruby | "\u{269D}" |
| Código CSS |
\269D |
| Código hexadecimal | 0x269D |
| Código HTML | ⚝ |
| LaTeX | \text{OUTLINEDWHITESTAR} |
| Símbolo | ⚝ |
| Codificación URL (porcentaje UTF-8) | %E2%9A%9D |
| Nombre oral / lector de pantalla | Outlined White Star |