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

What is Unicode character 𦗡?

The Unicode character 𦗡 U+265E1 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+265E1.

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!