| Nombre del símbolo | Four Leaf Clover |
| Versión Unicode | 0.6 |
| Unicode | U+1F340 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F340 |
| Código hexadecimal | 0x1F340 |
| Código HTML | 🍀 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🍀 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%8D%80 |
| Atajo Discord / Slack | :four_leaf_clover: |
| Atajo GitHub | :four_leaf_clover: |
| Nombre oral / lector de pantalla | Four Leaf Clover |
| UTF-8 | F0 9F 8D 80 |
| UTF-16 | D83C DF40 |
| UTF-32 | 0001F340 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo four leaf clover en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Animals & Nature in emoji keyboard.
Edit → Emoji & Symbols, search "four leaf clover".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Animals & Nature, or search "four leaf clover".
Emoji keyboard → Animals; search "four leaf clover".
1span.four-leaf-clover::before { content: "\1F340"; } /* prefer inline grapheme for ZWJ */1<span>🍀</span>La representación del símbolo Four Leaf Clover en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83C\uDF40' or String.fromCodePoint(0x1F340) |
| Python | '\N{FOUR LEAF CLOVER}' |
| Rust | '\u{1F340}' |
| Swift | "\u{1F340}" |
| Go | string(rune(0x1F340)) |
| Ruby | "\u{1F340}" |