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

What is Unicode character 𢭏?

The Unicode character 𢭏 U+22B4F 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+22B4F.

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!