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

What is Unicode character 𦡑?

The Unicode character 𦡑 U+26851 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+26851.

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!