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

What is Unicode character 𨲺?

The Unicode character 𨲺 U+28CBA 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+28CBA.

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!