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

What is Unicode character 𦩵?

The Unicode character 𦩵 U+26A75 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+26A75.

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!