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

What is Unicode character 𦚢?

The Unicode character 𦚢 U+266A2 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+266A2.

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!