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

What is Unicode character 𢳓?

The Unicode character 𢳓 U+22CD3 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+22CD3.

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!