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

What is Unicode character 𪤍?

The Unicode character 𪤍 U+2A90D 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+2A90D.

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!