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

What is Unicode character 𦗎?

The Unicode character 𦗎 U+265CE 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+265CE.

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!