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>&#140707;</p>
📋
CSS .selector { content: '\225A3' };
📋
JS var unicodeA = '\u225A3 ';
📋
CPP char unicodeA = ' \u225A3 ';
📋
Java char unicodeA = '\u225A3';
📋
Python unicodeA = '\u225A3'
📋

What is Unicode character 𢖣?

The Unicode character 𢖣 U+225A3 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+225A3.

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!