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

What is Unicode character 𢵏?

The Unicode character 𢵏 U+22D4F 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+22D4F.

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!