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

What is Unicode character 𢟱?

The Unicode character 𢟱 U+227F1 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+227F1.

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!