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

What is Unicode character 𭰶?

The Unicode character 𭰶 U+2DC36 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+2DC36.

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!