Aktieselskab

Shortcodes

Copy and paste codes for Aktieselskab symbol ⅍ to use in your websites, apps, blogs, and more.

Unicode
U+214D
HTML Code
⅍
HEX Code
⅍
CSS Code
\214D
JS/JSON
\u214D
Unix/C/PHP/JAVA
0x214D
URL-encode
%E2%85%8D
copied

Customize Aktieselskab Symbol

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

Insert ⅍ Aktieselskab using HTML

1. Copy-paste Aktieselskab directly:
<span>⅍</span>
2. HTML Decimal Code:
<span>&#8525;</span>
3. Hexadecimal Code:
<span>&#x214D;</span>
Preview:

Add Aktieselskab symbol with CSS

.aktieselskab::before {
    content: '\\214D';
}
Preview: Aktieselskab

Aktieselskab JavaScript Code

1. Direct Symbol:
document.querySelector('.aktieselskab').textContent = '⅍';
2. Unicode Escape for ⅍:
document.querySelector('.aktieselskab').textContent = '\u214D';
Preview: