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

What is Unicode character 𢣀?

The Unicode character 𢣀 U+228C0 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+228C0.

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!