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

What is Unicode character 𢖩?

The Unicode character 𢖩 U+225A9 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+225A9.

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!