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

What is Unicode character 𨺝?

The Unicode character 𨺝 U+28E9D 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+28E9D.

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!