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

What is Unicode character 𦡡?

The Unicode character 𦡡 U+26861 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+26861.

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!