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

What is Unicode character 𢀒?

The Unicode character 𢀒 U+22012 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+22012.

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!