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

What is Unicode character 𢬻?

The Unicode character 𢬻 U+22B3B 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+22B3B.

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!