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

What is Unicode character 𡬣?

The Unicode character 𡬣 U+21B23 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+21B23.

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!