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

What is Unicode character 𢃈?

The Unicode character 𢃈 U+220C8 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+220C8.

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!