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

What is Unicode character 𨪙?

The Unicode character 𨪙 U+28A99 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+28A99.

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!