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>&#169384;</p>
📋
CSS .selector { content: '\295A8' };
📋
JS var unicodeA = '\u295A8 ';
📋
CPP char unicodeA = ' \u295A8 ';
📋
Java char unicodeA = '\u295A8';
📋
Python unicodeA = '\u295A8'
📋

What is Unicode character 𩖨?

The Unicode character 𩖨 U+295A8 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+295A8.

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!