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

What is Unicode character 𭧟?

The Unicode character 𭧟 U+2D9DF 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+2D9DF.

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!