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

What is Unicode character 𨺌?

The Unicode character 𨺌 U+28E8C 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+28E8C.

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!