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

What is Unicode character 𢄡?

The Unicode character 𢄡 U+22121 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+22121.

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!