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

What is Unicode character 𢐖?

The Unicode character 𢐖 U+22416 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+22416.

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!