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

What is Unicode character 𬔻?

The Unicode character 𬔻 U+2C53B 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+2C53B.

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!