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

What is Unicode character 𦰕?

The Unicode character 𦰕 U+26C15 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+26C15.

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!