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

What is Unicode character 𪡎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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