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

What is Unicode character 𢨣?

The Unicode character 𢨣 U+22A23 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+22A23.

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!