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

What is Unicode character 𦹣?

The Unicode character 𦹣 U+26E63 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+26E63.

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!