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

What is Unicode character 𰬝?

The Unicode character 𰬝 U+30B1D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30B1D.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!