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

What is Unicode character 𬖕?

The Unicode character 𬖕 U+2C595 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+2C595.

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!