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

What is Unicode character 𦴵?

The Unicode character 𦴵 U+26D35 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+26D35.

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!