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

What is Unicode character 𫕕?

The Unicode character 𫕕 U+2B555 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+2B555.

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!