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

What is Unicode character 𢟟?

The Unicode character 𢟟 U+227DF 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+227DF.

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!