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

What is Unicode character 𭢕?

The Unicode character 𭢕 U+2D895 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+2D895.

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!