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

What is Unicode character 𢖺?

The Unicode character 𢖺 U+225BA 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+225BA.

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!