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

What is Unicode character 𣰡?

The Unicode character 𣰡 U+23C21 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+23C21.

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!