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

What is Unicode character 𦵵?

The Unicode character 𦵵 U+26D75 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+26D75.

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!