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

What is Unicode character 𢮹?

The Unicode character 𢮹 U+22BB9 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+22BB9.

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!