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

What is Unicode character 𦡗?

The Unicode character 𦡗 U+26857 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+26857.

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!