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

What is Unicode character 𭾟?

The Unicode character 𭾟 U+2DF9F 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+2DF9F.

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!