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

What is Unicode character 𢬿?

The Unicode character 𢬿 U+22B3F 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+22B3F.

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!