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

What is Unicode character 𡟶?

The Unicode character 𡟶 U+217F6 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+217F6.

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!