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

What is Unicode character 𬎤?

The Unicode character 𬎤 U+2C3A4 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+2C3A4.

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!