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

What is Unicode character 𢬺?

The Unicode character 𢬺 U+22B3A 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+22B3A.

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!