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

What is Unicode character 𬀗?

The Unicode character 𬀗 U+2C017 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+2C017.

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!