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

What is Unicode character 𢫃?

The Unicode character 𢫃 U+22AC3 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+22AC3.

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!