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

What is Unicode character 𢐣?

The Unicode character 𢐣 U+22423 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+22423.

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!