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

What is Unicode character 𦲖?

The Unicode character 𦲖 U+26C96 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+26C96.

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!