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

What is Unicode character 𦙦?

The Unicode character 𦙦 U+26666 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+26666.

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!