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

What is Unicode character 𣢰?

The Unicode character 𣢰 U+238B0 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+238B0.

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!