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

What is Unicode character 𢮟?

The Unicode character 𢮟 U+22B9F 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+22B9F.

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!