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

What is Unicode character 𨺘?

The Unicode character 𨺘 U+28E98 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+28E98.

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!