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

What is Unicode character 𦖘?

The Unicode character 𦖘 U+26598 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+26598.

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!