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

What is Unicode character 𪝎?

The Unicode character 𪝎 U+2A74E 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+2A74E.

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!