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

What is Unicode character 𬔯?

The Unicode character 𬔯 U+2C52F 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+2C52F.

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!