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

What is Unicode character 𨩢?

The Unicode character 𨩢 U+28A62 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+28A62.

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!