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

What is Unicode character 𬔫?

The Unicode character 𬔫 U+2C52B 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+2C52B.

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!