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

What is Unicode character 𦀅?

The Unicode character 𦀅 U+26005 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+26005.

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!