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

What is Unicode character 𢸣?

The Unicode character 𢸣 U+22E23 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+22E23.

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!