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

What is Unicode character 𢴏?

The Unicode character 𢴏 U+22D0F 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+22D0F.

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!