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

What is Unicode character 𣖹?

The Unicode character 𣖹 U+235B9 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+235B9.

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!