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

What is Unicode character 𡰗?

The Unicode character 𡰗 U+21C17 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+21C17.

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!