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

What is Unicode character 𭖕?

The Unicode character 𭖕 U+2D595 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+2D595.

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!