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

What is Unicode character 𦵘?

The Unicode character 𦵘 U+26D58 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+26D58.

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!