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

What is Unicode character 𦹘?

The Unicode character 𦹘 U+26E58 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+26E58.

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!