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

What is Unicode character 𡬗?

The Unicode character 𡬗 U+21B17 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+21B17.

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!