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

What is Unicode character 𢊾?

The Unicode character 𢊾 U+222BE 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+222BE.

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!