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

What is Unicode character 𦼵?

The Unicode character 𦼵 U+26F35 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+26F35.

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!