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

What is Unicode character 𦖪?

The Unicode character 𦖪 U+265AA 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+265AA.

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!