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

What is Unicode character 𡨔?

The Unicode character 𡨔 U+21A14 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+21A14.

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!