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

What is Unicode character 𬞕?

The Unicode character 𬞕 U+2C795 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+2C795.

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!