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

What is Unicode character 𢵌?

The Unicode character 𢵌 U+22D4C 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+22D4C.

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!