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

What is Unicode character 𦗣?

The Unicode character 𦗣 U+265E3 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+265E3.

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!