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>&#148908;</p>
📋
CSS .selector { content: '\245AC' };
📋
JS var unicodeA = '\u245AC ';
📋
CPP char unicodeA = ' \u245AC ';
📋
Java char unicodeA = '\u245AC';
📋
Python unicodeA = '\u245AC'
📋

What is Unicode character 𤖬?

The Unicode character 𤖬 U+245AC 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+245AC.

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!