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

What is Unicode character 𢚬?

The Unicode character 𢚬 U+226AC 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+226AC.

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!