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

What is Unicode character 𨺗?

The Unicode character 𨺗 U+28E97 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+28E97.

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!