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

What is Unicode character 𦃲?

The Unicode character 𦃲 U+260F2 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+260F2.

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!