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

What is Unicode character 𦈕?

The Unicode character 𦈕 U+26215 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+26215.

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!