Property Line

Shortcodes

Copy and paste codes for Property Line symbol ⅊ to use in your websites, apps, blogs, and more.

Unicode
U+214A
HTML Code
⅊
HEX Code
⅊
CSS Code
\214A
JS/JSON
\u214A
Unix/C/PHP/JAVA
0x214A
URL-encode
%E2%85%8A
copied

Customize Property Line Symbol

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

Insert ⅊ Property Line using HTML

1. Copy-paste Property Line directly:
<span>⅊</span>
2. HTML Decimal Code:
<span>&#8522;</span>
3. Hexadecimal Code:
<span>&#x214A;</span>
Preview:

Add Property Line symbol with CSS

.property-line::before {
    content: '\\214A';
}
Preview: Property Line

Property Line JavaScript Code

1. Direct Symbol:
document.querySelector('.property-line').textContent = '⅊';
2. Unicode Escape for ⅊:
document.querySelector('.property-line').textContent = '\u214A';
Preview: