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

What is Unicode character 𢫏?

The Unicode character 𢫏 U+22ACF 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+22ACF.

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!