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

What is Unicode character 𢛃?

The Unicode character 𢛃 U+226C3 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+226C3.

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!