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

What is Unicode character 𬖗?

The Unicode character 𬖗 U+2C597 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+2C597.

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!