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

What is Unicode character 𢰩?

The Unicode character 𢰩 U+22C29 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+22C29.

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!