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

What is Unicode character 𢛁?

The Unicode character 𢛁 U+226C1 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+226C1.

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!