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

What is Unicode character 𣓕?

The Unicode character 𣓕 U+234D5 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+234D5.

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!