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

What is Unicode character 𦸦?

The Unicode character 𦸦 U+26E26 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+26E26.

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!