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

What is Unicode character 𡚦?

The Unicode character 𡚦 U+216A6 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+216A6.

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!