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

What is Unicode character 𬛀?

The Unicode character 𬛀 U+2C6C0 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+2C6C0.

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!