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

What is Unicode character 𦦔?

The Unicode character 𦦔 U+26994 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+26994.

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!