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

What is Unicode character 𦲅?

The Unicode character 𦲅 U+26C85 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+26C85.

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!