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

What is Unicode character 𬨦?

The Unicode character 𬨦 U+2CA26 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+2CA26.

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!