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

What is Unicode character 𦢅?

The Unicode character 𦢅 U+26885 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+26885.

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!