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

What is Unicode character 𢄔?

The Unicode character 𢄔 U+22114 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+22114.

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!