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

What is Unicode character 𦹙?

The Unicode character 𦹙 U+26E59 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+26E59.

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!