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>&#140234;</p>
📋
CSS .selector { content: '\223CA' };
📋
JS var unicodeA = '\u223CA ';
📋
CPP char unicodeA = ' \u223CA ';
📋
Java char unicodeA = '\u223CA';
📋
Python unicodeA = '\u223CA'
📋

What is Unicode character 𢏊?

The Unicode character 𢏊 U+223CA 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+223CA.

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!