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

What is Unicode character 𦖹?

The Unicode character 𦖹 U+265B9 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+265B9.

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!