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

What is Unicode character 𢻃?

The Unicode character 𢻃 U+22EC3 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+22EC3.

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!