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

What is Unicode character 𢰣?

The Unicode character 𢰣 U+22C23 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+22C23.

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!