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

What is Unicode character 𦗨?

The Unicode character 𦗨 U+265E8 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+265E8.

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!