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

What is Unicode character 𦢄?

The Unicode character 𦢄 U+26884 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+26884.

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!