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

What is Unicode character 𨹢?

The Unicode character 𨹢 U+28E62 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+28E62.

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!