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

What is Unicode character 𡌗?

The Unicode character 𡌗 U+21317 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+21317.

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!