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

What is Unicode character 𭦟?

The Unicode character 𭦟 U+2D99F 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+2D99F.

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!