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

What is Unicode character 𢆔?

The Unicode character 𢆔 U+22194 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+22194.

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!