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

What is Unicode character 𦕘?

The Unicode character 𦕘 U+26558 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+26558.

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!