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

What is Unicode character 𦗢?

The Unicode character 𦗢 U+265E2 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+265E2.

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!