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

What is Unicode character 𢐒?

The Unicode character 𢐒 U+22412 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+22412.

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!