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

What is Unicode character 𢆨?

The Unicode character 𢆨 U+221A8 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+221A8.

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!