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

What is Unicode character 𦗺?

The Unicode character 𦗺 U+265FA 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+265FA.

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!