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

What is Unicode character 𦂅?

The Unicode character 𦂅 U+26085 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+26085.

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!