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

What is Unicode character 𢏁?

The Unicode character 𢏁 U+223C1 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+223C1.

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!