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

What is Unicode character 𦊾?

The Unicode character 𦊾 U+262BE 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+262BE.

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!