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

What is Unicode character 𬇾?

The Unicode character 𬇾 U+2C1FE 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+2C1FE.

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!