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

What is Unicode character 𭖙?

The Unicode character 𭖙 U+2D599 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+2D599.

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!