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

What is Unicode character 𢚦?

The Unicode character 𢚦 U+226A6 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+226A6.

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!