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

What is Unicode character 𦬕?

The Unicode character 𦬕 U+26B15 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+26B15.

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!