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

What is Unicode character 𢛑?

The Unicode character 𢛑 U+226D1 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+226D1.

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!