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

What is Unicode character 𦦗?

The Unicode character 𦦗 U+26997 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+26997.

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!