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

What is Unicode character 𫔬?

The Unicode character 𫔬 U+2B52C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B52C.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!