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

What is Unicode character 𬨧?

The Unicode character 𬨧 U+2CA27 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+2CA27.

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!