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

What is Unicode character 𨫢?

The Unicode character 𨫢 U+28AE2 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+28AE2.

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!