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

What is Unicode character 𢰳?

The Unicode character 𢰳 U+22C33 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+22C33.

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!