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

What is Unicode character 𬍂?

The Unicode character 𬍂 U+2C342 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+2C342.

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!