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>&#139957;</p>
📋
CSS .selector { content: '\222B5' };
📋
JS var unicodeA = '\u222B5 ';
📋
CPP char unicodeA = ' \u222B5 ';
📋
Java char unicodeA = '\u222B5';
📋
Python unicodeA = '\u222B5'
📋

What is Unicode character 𢊵?

The Unicode character 𢊵 U+222B5 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+222B5.

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!