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

What is Unicode character 𨨊?

The Unicode character 𨨊 U+28A0A 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+28A0A.

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!