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

What is Unicode character 𦅀?

The Unicode character 𦅀 U+26140 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+26140.

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!