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

What is Unicode character 𦭣?

The Unicode character 𦭣 U+26B63 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+26B63.

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!