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

What is Unicode character 𭈟?

The Unicode character 𭈟 U+2D21F 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+2D21F.

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!