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

What is Unicode character 𢢾?

The Unicode character 𢢾 U+228BE 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+228BE.

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!