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

What is Unicode character 𢼾?

The Unicode character 𢼾 U+22F3E 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+22F3E.

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!