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

What is Unicode character 𨪎?

The Unicode character 𨪎 U+28A8E 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+28A8E.

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!