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

What is Unicode character 𮡎?

The Unicode character 𮡎 U+2E84E 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+2E84E.

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!