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

What is Unicode character 𦰹?

The Unicode character 𦰹 U+26C39 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+26C39.

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!