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

What is Unicode character 𢮣?

The Unicode character 𢮣 U+22BA3 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+22BA3.

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!