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

What is Unicode character 𬜗?

The Unicode character 𬜗 U+2C717 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+2C717.

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!