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

What is Unicode character 𦡀?

The Unicode character 𦡀 U+26840 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+26840.

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!