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

What is Unicode character 𬍄?

The Unicode character 𬍄 U+2C344 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+2C344.

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!