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

What is Unicode character 𢟠?

The Unicode character 𢟠 U+227E0 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+227E0.

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!