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

What is Unicode character 𣎗?

The Unicode character 𣎗 U+23397 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+23397.

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!