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

What is Unicode character 𢖾?

The Unicode character 𢖾 U+225BE 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+225BE.

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!