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>&#157430;</p>
📋
CSS .selector { content: '\266F6' };
📋
JS var unicodeA = '\u266F6 ';
📋
CPP char unicodeA = ' \u266F6 ';
📋
Java char unicodeA = '\u266F6';
📋
Python unicodeA = '\u266F6'
📋

What is Unicode character 𦛶?

The Unicode character 𦛶 U+266F6 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+266F6.

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!