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

What is Unicode character 𡼔?

The Unicode character 𡼔 U+21F14 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+21F14.

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!