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

What is Unicode character 𬍎?

The Unicode character 𬍎 U+2C34E 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+2C34E.

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!