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

What is Unicode character 𢰯?

The Unicode character 𢰯 U+22C2F 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+22C2F.

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!