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

What is Unicode character 𦭦?

The Unicode character 𦭦 U+26B66 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+26B66.

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!