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

What is Unicode character 𦬵?

The Unicode character 𦬵 U+26B35 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+26B35.

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!