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

What is Unicode character 𨹝?

The Unicode character 𨹝 U+28E5D 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+28E5D.

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!