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

What is Unicode character 𢄣?

The Unicode character 𢄣 U+22123 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+22123.

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!