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

What is Unicode character 𪕝?

The Unicode character 𪕝 U+2A55D 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+2A55D.

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!