Css Styling

Size
𨅌
15px
𨅌
18px
𨅌
21px
𨅌
24px
𨅌
27px
𨅌
30px
𨅌
33px
𨅌
36px
𨅌
42px
𨅌
48px
𨅌
54px
𨅌
60px
𨅌
66px
𨅌
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𨅌
Bold
𨅌
Italic
𨅌
Underline
𨅌
Strikethrough
𨅌
UpperCase
𨅌
LowerCase
𨅌
Oblique
A 𨅌
Subscript
A 𨅌
Superscript
𨅌
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𨅌
Arial
𨅌
Times New Roman
𨅌
Verdana
𨅌
Courier New
𨅌
Garamond
𨅌
Georgia
𨅌
Trebuchet MS
𨅌
Tahoma
𨅌
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𨅌
White
𨅌
Brown
𨅌
Maroon
𨅌
Magenta
𨅌
Red
𨅌
Orange
𨅌
Yellow
𨅌
Green
𨅌
Teal
𨅌
Cyan
𨅌
Blue
𨅌
Violet
𨅌
Purple
𨅌
Indigo
𨅌
Gray
𨅌
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𨅌
White
𨅌
Brown
𨅌
Maroon
𨅌
Magenta
𨅌
Red
𨅌
Orange
𨅌
Yellow
𨅌
Green
𨅌
Teal
𨅌
Cyan
𨅌
Blue
𨅌
Violet
𨅌
Purple
𨅌
Indigo
𨅌
Gray
𨅌
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#164172;</p>
📋
CSS .selector { content: '\2814C' };
📋
JS var unicodeA = '\u2814C ';
📋
CPP char unicodeA = ' \u2814C ';
📋
Java char unicodeA = '\u2814C';
📋
Python unicodeA = '\u2814C'
📋

What is Unicode character 𨅌?

The Unicode character 𨅌 U+2814C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𨅌 represent?

The Unicode character 𨅌 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𨅌?

The Unicode code point for 𨅌 is U+2814C.

Is the appearance of the 𨅌 character consistent across all platforms?

The appearance of the 𨅌 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𨅌 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𨅌 character.

In which version was Unicode character 𨅌 released, and to which block of characters does it belong?

Unicode character 𨅌 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!