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

What is Unicode character 𡔔?

The Unicode character 𡔔 U+21514 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+21514.

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!