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

What is Unicode character 𦀹?

The Unicode character 𦀹 U+26039 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+26039.

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!