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

What is Unicode character 𡢦?

The Unicode character 𡢦 U+218A6 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+218A6.

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!