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

What is Unicode character 𢇃?

The Unicode character 𢇃 U+221C3 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+221C3.

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!