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

What is Unicode character 𦡐?

The Unicode character 𦡐 U+26850 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+26850.

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!