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

What is Unicode character 𡟛?

The Unicode character 𡟛 U+217DB 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+217DB.

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!