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

What is Unicode character 𢉙?

The Unicode character 𢉙 U+22259 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+22259.

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!