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

What is Unicode character 𢄕?

The Unicode character 𢄕 U+22115 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+22115.

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!