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

What is Unicode character 𦦄?

The Unicode character 𦦄 U+26984 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+26984.

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!