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

What is Unicode character 𡐖?

The Unicode character 𡐖 U+21416 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+21416.

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!