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

What is Unicode character 𢇓?

The Unicode character 𢇓 U+221D3 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+221D3.

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!