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

What is Unicode character 𭨼?

The Unicode character 𭨼 U+2DA3C 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+2DA3C.

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!