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

What is Unicode character 𦦖?

The Unicode character 𦦖 U+26996 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+26996.

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!