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

What is Unicode character 𦦓?

The Unicode character 𦦓 U+26993 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+26993.

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!