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

What is Unicode character 𢪛?

The Unicode character 𢪛 U+22A9B 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+22A9B.

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!