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

What is Unicode character 𦚦?

The Unicode character 𦚦 U+266A6 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+266A6.

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!