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

What is Unicode character 𢬭?

The Unicode character 𢬭 U+22B2D 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+22B2D.

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!