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

What is Unicode character 𡇟?

The Unicode character 𡇟 U+211DF 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+211DF.

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!