C:
char c = '\u57CF';
printf("%c\n", c); // Output: 埏
JavaScript:
const char = '\u57CF';
console.log(char); // Output: 埏
Java:
char c = '\u57CF';
System.out.println(c); // Output: 埏
JSON:
{"text": "\u57CF"} // Value: 埏
Python:
char = '\u57CF'
print(char) # Output: 埏
Perl:
my $char = "\x{57CF}";
print $char; # Output: 埏
PHP:
$char = "\x{57CF}";
echo $char; // Output: 埏
Ruby:
char = "\u{57CF}"
puts char # Output: 埏
Rust:
let c = '\u{57CF}';
println!("{}", c); // Output: 埏
Go:
char := '\u57CF'
fmt.Printf("%c\n", char) // Output: 埏
CSS:
/* CSS content property */
.element::before {
content: "\0057CF"; /* 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%9F%8F
MD5:
6ae08e22a6d8c318e8730ee97793bdb6
SHA1:
8d65f8a59a499208e4bd5ded431d304cd1aa0121
Base64:
5Z+P