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

What is Unicode character 𢇛?

The Unicode character 𢇛 U+221DB 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+221DB.

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!