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

What is Unicode character 𫕑?

The Unicode character 𫕑 U+2B551 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+2B551.

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!