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

What is Unicode character 𢄓?

The Unicode character 𢄓 U+22113 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+22113.

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!