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

What is Unicode character 𬴦?

The Unicode character 𬴦 U+2CD26 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+2CD26.

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!