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

What is Unicode character 𡰖?

The Unicode character 𡰖 U+21C16 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+21C16.

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!