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

What is Unicode character 𢈵?

The Unicode character 𢈵 U+22235 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+22235.

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!