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

What is Unicode character 𢈹?

The Unicode character 𢈹 U+22239 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+22239.

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!