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

What is Unicode character 𡣖?

The Unicode character 𡣖 U+218D6 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+218D6.

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!