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

What is Unicode character 𤖦?

The Unicode character 𤖦 U+245A6 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+245A6.

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!