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

What is Unicode character 𢼃?

The Unicode character 𢼃 U+22F03 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+22F03.

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!