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

What is Unicode character 𢖯?

The Unicode character 𢖯 U+225AF 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+225AF.

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!