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

What is Unicode character 𢏅?

The Unicode character 𢏅 U+223C5 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+223C5.

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!