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

What is Unicode character 𦦒?

The Unicode character 𦦒 U+26992 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+26992.

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!