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

What is Unicode character 𢚣?

The Unicode character 𢚣 U+226A3 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+226A3.

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!