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

What is Unicode character 𭇟?

The Unicode character 𭇟 U+2D1DF 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+2D1DF.

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!