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

What is Unicode character 𬍌?

The Unicode character 𬍌 U+2C34C 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+2C34C.

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!