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

What is Unicode character 𢺟?

The Unicode character 𢺟 U+22E9F 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+22E9F.

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!