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

What is Unicode character 𢖲?

The Unicode character 𢖲 U+225B2 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+225B2.

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!