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

What is Unicode character 𬨖?

The Unicode character 𬨖 U+2CA16 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+2CA16.

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!