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

What is Unicode character 𢎲?

The Unicode character 𢎲 U+223B2 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+223B2.

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!