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

What is Unicode character 𭨡?

The Unicode character 𭨡 U+2DA21 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+2DA21.

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!