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

What is Unicode character 𬔬?

The Unicode character 𬔬 U+2C52C 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+2C52C.

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!