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

What is Unicode character 𬔜?

The Unicode character 𬔜 U+2C51C 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+2C51C.

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!