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

What is Unicode character 𢃊?

The Unicode character 𢃊 U+220CA 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+220CA.

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!