C:
char c = '\u975B';
printf("%c\n", c); // Output: 靛
JavaScript:
const char = '\u975B';
console.log(char); // Output: 靛
Java:
char c = '\u975B';
System.out.println(c); // Output: 靛
JSON:
{"text": "\u975B"} // Value: 靛
Python:
char = '\u975B'
print(char) # Output: 靛
Perl:
my $char = "\x{975B}";
print $char; # Output: 靛
PHP:
$char = "\x{975B}";
echo $char; // Output: 靛
Ruby:
char = "\u{975B}"
puts char # Output: 靛
Rust:
let c = '\u{975B}';
println!("{}", c); // Output: 靛
Go:
char := '\u975B'
fmt.Printf("%c\n", char) // Output: 靛
CSS:
/* CSS content property */
.element::before {
content: "\00975B"; /* Display: 靛 */
}
HTML Decimal:
<p>HTML decimal: 靛</p> <!-- Display: 靛 -->
HTML Hexadecimal:
<p>HTML hex: 靛</p> <!-- Display: 靛 -->
URL Encoding:
// 靛 URL encoding
https://unicodefinder.com/search.php?query=%E9%9D%9B
MD5:
78f51aff680a289d62747bc796fbaff5
SHA1:
9d5220355df2f7bea88f6a023ad80254fee1eddb
Base64:
6Z2b