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

What is Unicode character 𦾅?

The Unicode character 𦾅 U+26F85 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+26F85.

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!