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

What is Unicode character 𦀵?

The Unicode character 𦀵 U+26035 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+26035.

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!