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

What is Unicode character 𢼉?

The Unicode character 𢼉 U+22F09 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+22F09.

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!