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

What is Unicode character 𬐶?

The Unicode character 𬐶 U+2C436 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C436.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!