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

What is Unicode character 𬉬?

The Unicode character 𬉬 U+2C26C 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+2C26C.

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!