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

What is Unicode character 𬘗?

The Unicode character 𬘗 U+2C617 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+2C617.

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!