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

What is Unicode character 𢰒?

The Unicode character 𢰒 U+22C12 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+22C12.

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!