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

What is Unicode character 𦹦?

The Unicode character 𦹦 U+26E66 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+26E66.

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!