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

What is Unicode character 𢼇?

The Unicode character 𢼇 U+22F07 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+22F07.

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!