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

What is Unicode character 𦄕?

The Unicode character 𦄕 U+26115 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+26115.

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!