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

What is Unicode character 𬖝?

The Unicode character 𬖝 U+2C59D 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+2C59D.

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!