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

What is Unicode character 𢟷?

The Unicode character 𢟷 U+227F7 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+227F7.

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!