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>&#166955;</p>
📋
CSS .selector { content: '\28C2B' };
📋
JS var unicodeA = '\u28C2B ';
📋
CPP char unicodeA = ' \u28C2B ';
📋
Java char unicodeA = '\u28C2B';
📋
Python unicodeA = '\u28C2B'
📋

What is Unicode character 𨰫?

The Unicode character 𨰫 U+28C2B 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+28C2B.

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!