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>&#181566;</p>
📋
CSS .selector { content: '\2C53E' };
📋
JS var unicodeA = '\u2C53E ';
📋
CPP char unicodeA = ' \u2C53E ';
📋
Java char unicodeA = '\u2C53E';
📋
Python unicodeA = '\u2C53E'
📋

What is Unicode character 𬔾?

The Unicode character 𬔾 U+2C53E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C53E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!