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

What is Unicode character 𢳃?

The Unicode character 𢳃 U+22CC3 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+22CC3.

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!