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

What is Unicode character 𢨏?

The Unicode character 𢨏 U+22A0F 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+22A0F.

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!