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

What is Unicode character 𦲍?

The Unicode character 𦲍 U+26C8D 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+26C8D.

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!