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

What is Unicode character 𢈔?

The Unicode character 𢈔 U+22214 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+22214.

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!