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

What is Unicode character 𢰴?

The Unicode character 𢰴 U+22C34 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+22C34.

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!