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

What is Unicode character 𪦎?

The Unicode character 𪦎 U+2A98E 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+2A98E.

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!