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

What is Unicode character 𣢹?

The Unicode character 𣢹 U+238B9 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+238B9.

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!