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

What is Unicode character 𢎱?

The Unicode character 𢎱 U+223B1 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+223B1.

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!