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

What is Unicode character 𢊣?

The Unicode character 𢊣 U+222A3 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+222A3.

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!