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

What is Unicode character 𦲄?

The Unicode character 𦲄 U+26C84 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+26C84.

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!