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

What is Unicode character 𭃟?

The Unicode character 𭃟 U+2D0DF 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+2D0DF.

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!