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

What is Unicode character 𦕣?

The Unicode character 𦕣 U+26563 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+26563.

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!