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

What is Unicode character 𢇝?

The Unicode character 𢇝 U+221DD 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+221DD.

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!