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

What is Unicode character 𢬛?

The Unicode character 𢬛 U+22B1B 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+22B1B.

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!