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

What is Unicode character 𢨇?

The Unicode character 𢨇 U+22A07 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+22A07.

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!