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

What is Unicode character 𨮊?

The Unicode character 𨮊 U+28B8A 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+28B8A.

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!