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

What is Unicode character 𢁵?

The Unicode character 𢁵 U+22075 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+22075.

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!