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

What is Unicode character 𭀟?

The Unicode character 𭀟 U+2D01F 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+2D01F.

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!