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>&#189282;</p>
📋
CSS .selector { content: '\2E362' };
📋
JS var unicodeA = '\u2E362 ';
📋
CPP char unicodeA = ' \u2E362 ';
📋
Java char unicodeA = '\u2E362';
📋
Python unicodeA = '\u2E362'
📋

What is Unicode character 𮍢?

The Unicode character 𮍢 U+2E362 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2E362.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!