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

What is Unicode character 𢬯?

The Unicode character 𢬯 U+22B2F 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+22B2F.

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!