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

What is Unicode character 𢳍?

The Unicode character 𢳍 U+22CCD 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+22CCD.

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!