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

What is Unicode character 𦂲?

The Unicode character 𦂲 U+260B2 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+260B2.

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!