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

What is Unicode character 𦡣?

The Unicode character 𦡣 U+26863 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+26863.

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!