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

What is Unicode character 𦱦?

The Unicode character 𦱦 U+26C66 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+26C66.

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!