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

What is Unicode character 𡟚?

The Unicode character 𡟚 U+217DA 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+217DA.

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!