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

What is Unicode character 𬸦?

The Unicode character 𬸦 U+2CE26 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+2CE26.

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!