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

What is Unicode character 𦰵?

The Unicode character 𦰵 U+26C35 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+26C35.

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!