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

What is Unicode character 𧖲?

The Unicode character 𧖲 U+275B2 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+275B2.

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!