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

What is Unicode character 𬐊?

The Unicode character 𬐊 U+2C40A 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+2C40A.

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!