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

What is Unicode character 𣖶?

The Unicode character 𣖶 U+235B6 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+235B6.

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!