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>&#139951;</p>
📋
CSS .selector { content: '\222AF' };
📋
JS var unicodeA = '\u222AF ';
📋
CPP char unicodeA = ' \u222AF ';
📋
Java char unicodeA = '\u222AF';
📋
Python unicodeA = '\u222AF'
📋

What is Unicode character 𢊯?

The Unicode character 𢊯 U+222AF 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+222AF.

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!