Property line (⅊) is the Letterlike Symbols character at Unicode U+214A (PROPERTY LINE). It marks property boundaries in surveying and legal notation. There is no named HTML entity; use hex, decimal, UTF-8, or CSS.
Remember
Character ⅊
Unicode U+214A
Named entity none
Hex entity ⅊
Decimal ⅊
CSS escape \214A
Not for page dividers (use CSS / <hr>)
All numeric and UTF-8 forms produce the same glyph: ⅊. Prefer ⅊ for portable markup; paste ⅊ in UTF-8 when convenient.
Using Hex Code: ⅊
Using Decimal: ⅊
Using Direct Character: ⅊
Using CSS Entity: ⅊
Example: Boundary: Lot A ⅊ Lot B
How It Works
1. Hex:U+214A → ⅊ in HTML. Best portable choice (no named entity).
2. Decimal: same code point as 8522 → ⅊. Same glyph.
3. Direct: paste ⅊ in a UTF-8 file with <meta charset="UTF-8">.
4. CSS: use \214A in content (not an HTML entity). #point::after appends that ⅊ after the paragraph text.
5. Named: HTML5 has none — do not invent a name like &propertyline;.
Pitfalls & Tips
Common mistakes when working with the property-line entity.
No name
No named entity
HTML5 does not define a named entity for U+214A. Use ⅊ or ⅊.
Layout
Not a page divider
For visual separators, use CSS borders or <hr>. This glyph is for surveying/legal meaning.
Look-alikes
Not an em dash
Em dash (— —) is punctuation. Property line is a different Letterlike symbol.
CSS vs HTML
Do not mix escapes
\214A belongs in CSS. ⅊ / ⅊ belong in HTML.
Encoding
Declare UTF-8
If you paste ⅊ directly, keep <meta charset="UTF-8"> so the file is not misread.
Fonts
Glyph coverage
Some fonts lack ⅊. If it falls back to a box, try a font with Letterlike Symbols coverage.
Compatibility
Browser Support
Property line (U+214A) and its entity forms (⅊, ⅊, CSS \\214A) are supported in all modern browsers. Glyph availability depends on the font.
✓ Universal encoding
Property Line (⅊)
Encode with hex, decimal, or CSS escape — or paste ⅊ directly in UTF-8 HTML. No named entity.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+214AFull support
Bottom line: Prefer ⅊ (or ⅊) for readable portable HTML. Use \\214A only inside CSS content.
Remember
Key Takeaways
Unicode: this character is U+214A (decimal 8522).
HTML: use ⅊ or ⅊ — there is no named entity.
CSS: use \214A inside content for generated text.
Watch out: ⅊ ≠ page divider ≠ em dash.
One line:U+214A → ⅊ / ⅊ / CSS \214A (no named entity).
Frequently Asked Questions
Use ⅊ (hex), ⅊ (decimal), type ⅊ in UTF-8, or the CSS escape \214A in content. There is no named HTML entity for U+214A.
U+214A (PROPERTY LINE). Hex 214A, decimal 8522. It belongs to the Letterlike Symbols block (U+2100–U+214F).
No. HTML5 does not define a named entity for property line. Prefer ⅊ or ⅊.
Use it in surveying, cadastral, and legal property contexts that need the dedicated property-line glyph. Prefer ⅊ for portable markup. Do not use it as a generic page divider — use CSS borders or HR for layout.
HTML entities (⅊ or ⅊) go in markup. The CSS escape \214A is used in stylesheets (usually in the content property of ::before/::after). Both render ⅊.
No. <hr> and CSS borders are layout separators. An em dash (—) is punctuation. U+214A is a Letterlike surveying/legal symbol — do not substitute one for another.
🤔
Did you know?
Property line (⅊) is Unicode U+214A (decimal 8522) — PROPERTY LINE in Letterlike Symbols (U+2100–U+214F). HTML5 defines no named entity; use ⅊ or ⅊. It appears in surveying and legal property notation — not a general UI divider.