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

What is Unicode character 𦲾?

The Unicode character 𦲾 U+26CBE 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+26CBE.

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!