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

What is Unicode character 𨺜?

The Unicode character 𨺜 U+28E9C 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+28E9C.

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!