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

What is Unicode character 𨮎?

The Unicode character 𨮎 U+28B8E 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+28B8E.

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!