Rotated Capital Q

Shortcodes

Copy and paste codes for Rotated Capital Q symbol ℺ to use in your websites, apps, blogs, and more.

Unicode
U+213A
HTML Code
℺
HEX Code
℺
CSS Code
\213A
JS/JSON
\u213A
Unix/C/PHP/JAVA
0x213A
URL-encode
%E2%85%BA
copied

Customize Rotated Capital Q Symbol

Customize ℺ symbol as you like and download Rotated Capital Q 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 Rotated Capital Q symbol in HTML, CSS, and JS?

Insert ℺ Rotated Capital Q using HTML

1. Copy-paste Rotated Capital Q directly:
<span>℺</span>
2. HTML Decimal Code:
<span>&#8506;</span>
3. Hexadecimal Code:
<span>&#x213A;</span>
Preview:

Add Rotated Capital Q symbol with CSS

.rotated-capital-q::before {
    content: '\\213A';
}
Preview: Rotated Capital Q

Rotated Capital Q JavaScript Code

1. Direct Symbol:
document.querySelector('.rotated-capital-q').textContent = '℺';
2. Unicode Escape for ℺:
document.querySelector('.rotated-capital-q').textContent = '\u213A';
Preview: