Aegean Check Mark

๐Ÿ—ป

Shortcodes

Copy and paste codes for Aegean Check Mark symbol ๐Ÿ—ป to use in your websites, apps, blogs, and more.

Unicode
U+10102
HTML Code
𐄂
HEX Code
𐄂
CSS Code
\10102
JS/JSON
\u10102
Unix/C/PHP/JAVA
0x10102
URL-encode
%F0%90%84%82
copied

Customize Aegean Check Mark Symbol

Customize ๐Ÿ—ป symbol as you like and download Aegean Check Mark as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿ—ป
 

How to add Aegean Check Mark symbol in HTML, CSS, and JS?

Insert ๐Ÿ—ป Aegean Check Mark using HTML

1. Copy-paste Aegean Check Mark directly:
<span>๐Ÿ—ป</span>
2. HTML Decimal Code:
<span>&#65794;</span>
3. Hexadecimal Code:
<span>&#x10102;</span>
Preview: ๐Ÿ—ป

Add Aegean Check Mark symbol with CSS

.aegean-check-mark::before {
    content: '\\10102';
}
Preview: Aegean Check Mark

Aegean Check Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.aegean-check-mark').textContent = '๐Ÿ—ป';
2. Unicode Escape for ๐Ÿ—ป:
document.querySelector('.aegean-check-mark').textContent = '\u10102';
Preview: ๐Ÿ—ป