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

What is Unicode character 𦩦?

The Unicode character 𦩦 U+26A66 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+26A66.

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!