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

What is Unicode character 𢨻?

The Unicode character 𢨻 U+22A3B 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+22A3B.

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!