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

What is Unicode character 𬐗?

The Unicode character 𬐗 U+2C417 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+2C417.

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!