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

What is Unicode character 𦗦?

The Unicode character 𦗦 U+265E6 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+265E6.

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!