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

What is Unicode character 𭢓?

The Unicode character 𭢓 U+2D893 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+2D893.

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!