| Nombre del símbolo | White Square With Rounded Corners |
| Versión Unicode | 1.1 |
| Unicode | U+25A2 |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 96 A2 |
| UTF-16 | 25A2 |
| UTF-32 | 000025A2 |
1\documentclass{article}2\usepackage{pifont}3\text{WHITESQUAREWITHROUNDEDCORNERS}4\end{document}Puedes escribir el símbolo white square with rounded corners en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9634 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "white square with rounded corners", or use Unicode Hex Input with 25A2.
Ctrl + Shift + U, type 25a2, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.white-square-with-rounded-corners::before { content: "\25A2"; }1<span>▢</span>La representación del símbolo White Square With Rounded Corners en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u25A2' or String.fromCodePoint(9634) |
| Python | '\N{WHITE SQUARE WITH ROUNDED CORNERS}' or chr(9634) |
| Rust | '\u{25A2}' |
| C / C++ | UTF-8 source or wchar_t with U+25A2 |
| Go | string(rune(0x25A2)) |
| Ruby | "\u{25A2}" |
| Código CSS |
\25A2 |
| Código hexadecimal | 0x25A2 |
| Código HTML | ▢ |
| LaTeX | \text{WHITESQUAREWITHROUNDEDCORNERS} |
| Símbolo | ▢ |
| Codificación URL (porcentaje UTF-8) | %E2%96%A2 |
| Nombre oral / lector de pantalla | White Square With Rounded Corners |