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

What is Unicode character 𢀓?

The Unicode character 𢀓 U+22013 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+22013.

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!