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

What is Unicode character 𢣁?

The Unicode character 𢣁 U+228C1 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+228C1.

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!