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

What is Unicode character 𦹵?

The Unicode character 𦹵 U+26E75 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+26E75.

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!