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

What is Unicode character 𢟿?

The Unicode character 𢟿 U+227FF 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+227FF.

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!