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

What is Unicode character 𣖡?

The Unicode character 𣖡 U+235A1 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+235A1.

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!