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

What is Unicode character 𦵦?

The Unicode character 𦵦 U+26D66 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+26D66.

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!