| Nombre del símbolo | First Quarter Moon With Face |
| Versión Unicode | 6.0 |
| Unicode | U+1F31B |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | F0 9F 8C 9B |
| UTF-16 | D83C DF1B |
| UTF-32 | 0001F31B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal U+1F31B or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo first quarter moon with face en la mayoría de dispositivos modernos con los siguientes métodos:
Character Map, Emoji panel, or paste from this page, or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "first quarter moon with face", or paste from this page.
Ctrl + Shift + U, type 1f31b, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.first-quarter-moon-with-face::before { content: "\1F31B"; }1<span>🌛</span>La representación del símbolo First Quarter Moon With Face en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF1B' or String.fromCodePoint(0x1F31B) |
| Python | '\N{FIRST QUARTER MOON WITH FACE}' or chr(127771) |
| Rust | '\u{1F31B}' |
| C / C++ | UTF-8 source or wchar_t with U+1F31B |
| Go | string(rune(0x1F31B)) |
| Ruby | "\u{1F31B}" |
| Código CSS |
\1F31B |
| Código hexadecimal | 0x1F31B |
| Código HTML | 🌛 |
| LaTeX | LuaLaTeX/XeLaTeX: literal U+1F31B or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🌛 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8C%9B |
| Nombre oral / lector de pantalla | First Quarter Moon With Face |