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

What is Unicode character 𡀔?

The Unicode character 𡀔 U+21014 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+21014.

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!