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

What is Unicode character 𢟖?

The Unicode character 𢟖 U+227D6 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+227D6.

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!