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

What is Unicode character 𢲏?

The Unicode character 𢲏 U+22C8F 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+22C8F.

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!