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

What is Unicode character 𦙨?

The Unicode character 𦙨 U+26668 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+26668.

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!