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

What is Unicode character 𫕝?

The Unicode character 𫕝 U+2B55D 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+2B55D.

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!