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

What is Unicode character 𢛓?

The Unicode character 𢛓 U+226D3 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+226D3.

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!