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

What is Unicode character 𦖺?

The Unicode character 𦖺 U+265BA 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+265BA.

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!