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

What is Unicode character 𨢘?

The Unicode character 𨢘 U+28898 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+28898.

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!