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

What is Unicode character 𦆢?

The Unicode character 𦆢 U+261A2 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+261A2.

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!