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

What is Unicode character 𦁙?

The Unicode character 𦁙 U+26059 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+26059.

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!