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

What is Unicode character 𢲟?

The Unicode character 𢲟 U+22C9F 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+22C9F.

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!