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

What is Unicode character 𭨬?

The Unicode character 𭨬 U+2DA2C 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+2DA2C.

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!