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

What is Unicode character 𩖬?

The Unicode character 𩖬 U+295AC 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+295AC.

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!