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

What is Unicode character 𢆖?

The Unicode character 𢆖 U+22196 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+22196.

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!