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

What is Unicode character 𢟎?

The Unicode character 𢟎 U+227CE 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+227CE.

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!