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

What is Unicode character 𫖕?

The Unicode character 𫖕 U+2B595 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B595.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!