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>&#158690;</p>
📋
CSS .selector { content: '\26BE2' };
📋
JS var unicodeA = '\u26BE2 ';
📋
CPP char unicodeA = ' \u26BE2 ';
📋
Java char unicodeA = '\u26BE2';
📋
Python unicodeA = '\u26BE2'
📋

What is Unicode character 𦯢?

The Unicode character 𦯢 U+26BE2 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+26BE2.

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!