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

What is Unicode character 𬓺?

The Unicode character 𬓺 U+2C4FA is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C4FA.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!