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

What is Unicode character 𢨛?

The Unicode character 𢨛 U+22A1B 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+22A1B.

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!