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

What is Unicode character 𦖅?

The Unicode character 𦖅 U+26585 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+26585.

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!