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

What is Unicode character 𬩨?

The Unicode character 𬩨 U+2CA68 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+2CA68.

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!