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

What is Unicode character 𢼫?

The Unicode character 𢼫 U+22F2B 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+22F2B.

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!