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

What is Unicode character 𦖾?

The Unicode character 𦖾 U+265BE 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+265BE.

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!