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

What is Unicode character 𢼔?

The Unicode character 𢼔 U+22F14 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+22F14.

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!