Turned Ampersand

Shortcodes

Copy and paste codes for Turned Ampersand symbol ⅋ to use in your websites, apps, blogs, and more.

Unicode
U+214B
HTML Code
⅋
HEX Code
⅋
CSS Code
\214B
JS/JSON
\u214B
Unix/C/PHP/JAVA
0x214B
URL-encode
%E2%85%8B
copied

Customize Turned Ampersand Symbol

Customize ⅋ symbol as you like and download Turned Ampersand 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 Turned Ampersand symbol in HTML, CSS, and JS?

Insert ⅋ Turned Ampersand using HTML

1. Copy-paste Turned Ampersand directly:
<span>⅋</span>
2. HTML Decimal Code:
<span>&#8523;</span>
3. Hexadecimal Code:
<span>&#x214B;</span>
Preview:

Add Turned Ampersand symbol with CSS

.turned-ampersand::before {
    content: '\\214B';
}
Preview: Turned Ampersand

Turned Ampersand JavaScript Code

1. Direct Symbol:
document.querySelector('.turned-ampersand').textContent = '⅋';
2. Unicode Escape for ⅋:
document.querySelector('.turned-ampersand').textContent = '\u214B';
Preview: