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

What is Unicode character 𡧟?

The Unicode character 𡧟 U+219DF 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+219DF.

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!