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

What is Unicode character 𪔬?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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