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

What is Unicode character 𦖲?

The Unicode character 𦖲 U+265B2 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+265B2.

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!