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>&#159276;</p>
📋
CSS .selector { content: '\26E2C' };
📋
JS var unicodeA = '\u26E2C ';
📋
CPP char unicodeA = ' \u26E2C ';
📋
Java char unicodeA = '\u26E2C';
📋
Python unicodeA = '\u26E2C'
📋

What is Unicode character 𦸬?

The Unicode character 𦸬 U+26E2C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+26E2C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!