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

What is Unicode character 𭦝?

The Unicode character 𭦝 U+2D99D 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+2D99D.

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!