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

What is Unicode character 𪝍?

The Unicode character 𪝍 U+2A74D 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+2A74D.

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!