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

What is Unicode character 𨬊?

The Unicode character 𨬊 U+28B0A 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+28B0A.

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!