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>&#142273;</p>
📋
CSS .selector { content: '\22BC1' };
📋
JS var unicodeA = '\u22BC1 ';
📋
CPP char unicodeA = ' \u22BC1 ';
📋
Java char unicodeA = '\u22BC1';
📋
Python unicodeA = '\u22BC1'
📋

What is Unicode character 𢯁?

The Unicode character 𢯁 U+22BC1 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+22BC1.

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!