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

What is Unicode character 𬁦?

The Unicode character 𬁦 U+2C066 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+2C066.

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!