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

What is Unicode character 𢬾?

The Unicode character 𢬾 U+22B3E 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+22B3E.

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!