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

What is Unicode character 𢂣?

The Unicode character 𢂣 U+220A3 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+220A3.

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!