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

What is Unicode character 𢼎?

The Unicode character 𢼎 U+22F0E 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+22F0E.

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!