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

What is Unicode character 𬓼?

The Unicode character 𬓼 U+2C4FC 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+2C4FC.

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!