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

What is Unicode character 𢟶?

The Unicode character 𢟶 U+227F6 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+227F6.

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!