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

What is Unicode character 𦈔?

The Unicode character 𦈔 U+26214 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+26214.

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!