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

What is Unicode character 𬩦?

The Unicode character 𬩦 U+2CA66 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+2CA66.

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!