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

What is Unicode character 𣖰?

The Unicode character 𣖰 U+235B0 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+235B0.

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!