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

What is Unicode character 𢰇?

The Unicode character 𢰇 U+22C07 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+22C07.

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!