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

What is Unicode character 𨺧?

The Unicode character 𨺧 U+28EA7 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+28EA7.

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!