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

What is Unicode character 𢬼?

The Unicode character 𢬼 U+22B3C 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+22B3C.

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!