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

What is Unicode character 𬨗?

The Unicode character 𬨗 U+2CA17 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+2CA17.

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!