Information

This page is a Draft, for testing purpose only

Comment utiliser l’unicode

Exemples:

Ctrl + majuscule + u+ 2014 =

Ctrl + majuscule + u + 153 = œ

U+2615 ☕ café

U+26A1 ⚡

U+1E98 ẘ

Smiley / Emoticon / emoji

Attention, on aura pas le même rendu partout !

Modifier la couleur de la peau

👦🏾 = \u{1F466}\u{1F3FE}

Voir https://unicode.org/emoji/charts/full-emoji-modifiers.html

Listes / references

Histoire : Emoticon - Wikipedia https://blog.emojipedia.org/vaccine-emoji-comes-to-life/

Longue liste et les rendus selon les machines : https://www.unicode.org/emoji/charts/full-emoji-list.html

Quelles compatibilité / interopérabilité ?

You can use this list of emoji shortcodes, but keep in mind that emoji shortcodes vary from application to application. Refer to your Markdown application’s documentation for more information.


Specific to Hugo

→ ⛺ (requires enableEmoji: true in the config file)

HTML

Colorize the text

<font color=red> Danger </font> Danger

Special characters compilation

  & © Æ Ď ¾ ℋ ⅆ ∲ ≧̸

ᨖ ₿ ⛑ ß Ḹ ẘ ◌ 😇

∞ ∫ ∴ ≈ ≡ ♥ ♥

Leaf 🍃 Bund ! N’aura pas le même rendu partout https://emojipedia.org/leaf-fluttering-in-wind/ Branch 🌿 Bundle 😂

Autre archive

Greek symbols with Markdown

Symboles code
α
\alpha
A
A
β
\beta
γ
\gammma
Γ
\Gamma
π
\pi
Π
\Pi
ϕ
\phi
Φ
\Phi
φ
\varphi
θ
\theta

opérateurs

Symboles code
\cos
\sin
\lim
\exp
\to
\infty
\equiv
\bmod
\times

puissances et indices

Symboles code
k_{n+1}
n^2
k_n^2

fractions et binômes

Symboles code
\frac{n!}{k!(n-k)!}
\binom{n}{k}
\frac{\frac{x}{1}}{x - y}
^3/_7

racines

Symboles code
\sqrt{k}
\sqrt[n]{k}

sommes et intégrales

Symboles code
\sum_{i=1}^{10} t_i
\int_0^\infty \mathrm{e}^{-x}\,\mathrm{d}x
\sum
\prod
\coprod
\bigoplus
\bigotimes
\bigodot
\bigcup
\bigcap
\biguplus
\bigsqcup
\bigvee
\bigwedge
\int
\oint
\iint
\iiint
\idotsint
$\sum_{\substack{0&lt;i&lt;m\0&lt;j&lt;n}} P(i, j)$
\int\limits_a^b
Symboles code
$a`a^{\prime}$ a' a^{\prime}
a''
hat{a}
\bar{a}
\grave{a}
\acute{a}
\dot{a}
ddot{a}
\not{a}
\mathring{a}
\overrightarrow{AB}
\overleftarrow{AB}
a'''
\overline{aaa}
\check{a}
\vec{a}
\underline{a}
\color{red}x
\pm
\mp
\int y \mathrm{d}
\,
\:
\;
\int y\, \mathrm{d}x
\dots
\ldots
\cdots
\vdots
\ddots

parenthèses, crochets et autres

Symboles code
(a)
[a]
{a}
\langle f \rangle
\lfloor f \rfloor
\lceil f \rceil
\ulcorner f \urcorner

Pages liées

Markup

Shortcodes