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

What is Unicode character 𦲵?

The Unicode character 𦲵 U+26CB5 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+26CB5.

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!