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

What is Unicode character 𣬢?

The Unicode character 𣬢 U+23B22 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+23B22.

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!