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>&#141886;</p>
📋
CSS .selector { content: '\22A3E' };
📋
JS var unicodeA = '\u22A3E ';
📋
CPP char unicodeA = ' \u22A3E ';
📋
Java char unicodeA = '\u22A3E';
📋
Python unicodeA = '\u22A3E'
📋

What is Unicode character 𢨾?

The Unicode character 𢨾 U+22A3E 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+22A3E.

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!