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

What is Unicode character 𪡍?

The Unicode character 𪡍 U+2A84D 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+2A84D.

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!