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

What is Unicode character 𦈓?

The Unicode character 𦈓 U+26213 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+26213.

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!