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

What is Unicode character 𦕦?

The Unicode character 𦕦 U+26566 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+26566.

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!