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

What is Unicode character 𢼹?

The Unicode character 𢼹 U+22F39 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+22F39.

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!