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

What is Unicode character 𡈬?

The Unicode character 𡈬 U+2122C 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+2122C.

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!