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

What is Unicode character 𣴡?

The Unicode character 𣴡 U+23D21 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+23D21.

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!