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

What is Unicode character 𬍊?

The Unicode character 𬍊 U+2C34A 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+2C34A.

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!