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

What is Unicode character 𭼟?

The Unicode character 𭼟 U+2DF1F 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+2DF1F.

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!