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

What is Unicode character 𣖺?

The Unicode character 𣖺 U+235BA 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+235BA.

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!