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

What is Unicode character 𭣟?

The Unicode character 𭣟 U+2D8DF 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+2D8DF.

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!