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

What is Unicode character 𢆣?

The Unicode character 𢆣 U+221A3 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+221A3.

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!