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>&#141492;</p>
📋
CSS .selector { content: '\228B4' };
📋
JS var unicodeA = '\u228B4 ';
📋
CPP char unicodeA = ' \u228B4 ';
📋
Java char unicodeA = '\u228B4';
📋
Python unicodeA = '\u228B4'
📋

What is Unicode character 𢢴?

The Unicode character 𢢴 U+228B4 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+228B4.

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!