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

What is Unicode character 𦗬?

The Unicode character 𦗬 U+265EC 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+265EC.

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!