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

What is Unicode character 𡟞?

The Unicode character 𡟞 U+217DE 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+217DE.

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!