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>&#143521;</p>
📋
CSS .selector { content: '\230A1' };
📋
JS var unicodeA = '\u230A1 ';
📋
CPP char unicodeA = ' \u230A1 ';
📋
Java char unicodeA = '\u230A1';
📋
Python unicodeA = '\u230A1'
📋

What is Unicode character 𣂡?

The Unicode character 𣂡 U+230A1 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+230A1.

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!