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

What is Unicode character 𬨘?

The Unicode character 𬨘 U+2CA18 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+2CA18.

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!