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

What is Unicode character 𢭟?

The Unicode character 𢭟 U+22B5F 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+22B5F.

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!