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

What is Unicode character 𦖩?

The Unicode character 𦖩 U+265A9 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+265A9.

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!