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

What is Unicode character 𦵙?

The Unicode character 𦵙 U+26D59 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+26D59.

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!