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

What is Unicode character 𢛣?

The Unicode character 𢛣 U+226E3 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+226E3.

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!