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

What is Unicode character 𢗁?

The Unicode character 𢗁 U+225C1 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+225C1.

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!