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

What is Unicode character 𣖵?

The Unicode character 𣖵 U+235B5 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+235B5.

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!