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

What is Unicode character 𢬔?

The Unicode character 𢬔 U+22B14 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+22B14.

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!