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

What is Unicode character 𨪺?

The Unicode character 𨪺 U+28ABA 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+28ABA.

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!