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

What is Unicode character 𣖦?

The Unicode character 𣖦 U+235A6 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+235A6.

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!