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

What is Unicode character 𭰡?

The Unicode character 𭰡 U+2DC21 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+2DC21.

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!