C:
char c = '\u575F';
printf("%c\n", c); // Output: 坟
JavaScript:
const char = '\u575F';
console.log(char); // Output: 坟
Java:
char c = '\u575F';
System.out.println(c); // Output: 坟
JSON:
{"text": "\u575F"} // Value: 坟
Python:
char = '\u575F'
print(char) # Output: 坟
Perl:
my $char = "\x{575F}";
print $char; # Output: 坟
PHP:
$char = "\x{575F}";
echo $char; // Output: 坟
Ruby:
char = "\u{575F}"
puts char # Output: 坟
Rust:
let c = '\u{575F}';
println!("{}", c); // Output: 坟
Go:
char := '\u575F'
fmt.Printf("%c\n", char) // Output: 坟
CSS:
/* CSS content property */
.element::before {
content: "\00575F"; /* 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=%E5%9D%9F
MD5:
f922cb1e600f9efb809a1ef4b5df2556
SHA1:
986120c2d1685d5a7bf86f9a8967b33e133c750a
Base64:
5Z2f