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

What is Unicode character 𢀔?

The Unicode character 𢀔 U+22014 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+22014.

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!