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

What is Unicode character 𦚶?

The Unicode character 𦚶 U+266B6 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+266B6.

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!