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

What is Unicode character 𦨕?

The Unicode character 𦨕 U+26A15 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+26A15.

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!