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

What is Unicode character 𨻢?

The Unicode character 𨻢 U+28EE2 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+28EE2.

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!