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

What is Unicode character 𬨨?

The Unicode character 𬨨 U+2CA28 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+2CA28.

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!