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

What is Unicode character 𦰫?

The Unicode character 𦰫 U+26C2B 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+26C2B.

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!