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

What is Unicode character 𭰼?

The Unicode character 𭰼 U+2DC3C 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+2DC3C.

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!