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

What is Unicode character 𢉣?

The Unicode character 𢉣 U+22263 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+22263.

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!