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

What is Unicode character 𦦐?

The Unicode character 𦦐 U+26990 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+26990.

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!