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

What is Unicode character 𢟏?

The Unicode character 𢟏 U+227CF 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+227CF.

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!