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>&#140982;</p>
📋
CSS .selector { content: '\226B6' };
📋
JS var unicodeA = '\u226B6 ';
📋
CPP char unicodeA = ' \u226B6 ';
📋
Java char unicodeA = '\u226B6';
📋
Python unicodeA = '\u226B6'
📋

What is Unicode character 𢚶?

The Unicode character 𢚶 U+226B6 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+226B6.

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!