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

What is Unicode character 𨖲?

The Unicode character 𨖲 U+285B2 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+285B2.

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!