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

What is Unicode character 𬇺?

The Unicode character 𬇺 U+2C1FA 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+2C1FA.

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!