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

What is Unicode character 𡣦?

The Unicode character 𡣦 U+218E6 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+218E6.

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!