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

What is Unicode character 𪦍?

The Unicode character 𪦍 U+2A98D 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+2A98D.

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!