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

What is Unicode character 𣓖?

The Unicode character 𣓖 U+234D6 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+234D6.

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!