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

What is Unicode character 𢃸?

The Unicode character 𢃸 U+220F8 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+220F8.

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!