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>&#137763;</p>
📋
CSS .selector { content: '\21A23' };
📋
JS var unicodeA = '\u21A23 ';
📋
CPP char unicodeA = ' \u21A23 ';
📋
Java char unicodeA = '\u21A23';
📋
Python unicodeA = '\u21A23'
📋

What is Unicode character 𡨣?

The Unicode character 𡨣 U+21A23 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+21A23.

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!