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

What is Unicode character 𢟀?

The Unicode character 𢟀 U+227C0 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+227C0.

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!