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

What is Unicode character 𡰣?

The Unicode character 𡰣 U+21C23 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+21C23.

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!