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

What is Unicode character 𭦓?

The Unicode character 𭦓 U+2D993 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+2D993.

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!