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

What is Unicode character 𢬩?

The Unicode character 𢬩 U+22B29 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+22B29.

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!