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

What is Unicode character 𢨯?

The Unicode character 𢨯 U+22A2F 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+22A2F.

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!