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

What is Unicode character 𫖝?

The Unicode character 𫖝 U+2B59D 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+2B59D.

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!