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

What is Unicode character 𠟟?

The Unicode character 𠟟 U+207DF 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+207DF.

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!