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

What is Unicode character 𢃨?

The Unicode character 𢃨 U+220E8 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+220E8.

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!