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

What is Unicode character 𬖟?

The Unicode character 𬖟 U+2C59F 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+2C59F.

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!