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

What is Unicode character 𫕟?

The Unicode character 𫕟 U+2B55F 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+2B55F.

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!