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

What is Unicode character 𣬡?

The Unicode character 𣬡 U+23B21 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+23B21.

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!