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>&#135391;</p>
📋
CSS .selector { content: '\210DF' };
📋
JS var unicodeA = '\u210DF ';
📋
CPP char unicodeA = ' \u210DF ';
📋
Java char unicodeA = '\u210DF';
📋
Python unicodeA = '\u210DF'
📋

What is Unicode character 𡃟?

The Unicode character 𡃟 U+210DF 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+210DF.

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!