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

What is Unicode character 𢯵?

The Unicode character 𢯵 U+22BF5 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+22BF5.

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!