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

What is Unicode character 𢂔?

The Unicode character 𢂔 U+22094 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+22094.

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!