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>&#146610;</p>
📋
CSS .selector { content: '\23CB2' };
📋
JS var unicodeA = '\u23CB2 ';
📋
CPP char unicodeA = ' \u23CB2 ';
📋
Java char unicodeA = '\u23CB2';
📋
Python unicodeA = '\u23CB2'
📋

What is Unicode character 𣲲?

The Unicode character 𣲲 U+23CB2 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+23CB2.

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!