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

What is Unicode character 𨨈?

The Unicode character 𨨈 U+28A08 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+28A08.

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!