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

What is Unicode character 𭖝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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