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

What is Unicode character 𦲏?

The Unicode character 𦲏 U+26C8F 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+26C8F.

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!