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

What is Unicode character 𦀙?

The Unicode character 𦀙 U+26019 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+26019.

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!