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

What is Unicode character 𢶯?

The Unicode character 𢶯 U+22DAF 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+22DAF.

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!