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

What is Unicode character 𢇚?

The Unicode character 𢇚 U+221DA 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+221DA.

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!