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

What is Unicode character 𢵻?

The Unicode character 𢵻 U+22D7B 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+22D7B.

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!