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

What is Unicode character 𦯡?

The Unicode character 𦯡 U+26BE1 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+26BE1.

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!