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

What is Unicode character 𦗹?

The Unicode character 𦗹 U+265F9 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+265F9.

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!