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

What is Unicode character 𦇲?

The Unicode character 𦇲 U+261F2 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+261F2.

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!