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

What is Unicode character 𨫐?

The Unicode character 𨫐 U+28AD0 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+28AD0.

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!