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