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

What is Unicode character 𢃛?

The Unicode character 𢃛 U+220DB 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+220DB.

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!