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

What is Unicode character 𦕀?

The Unicode character 𦕀 U+26540 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+26540.

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!