C:
char c = '\u614E';
printf("%c\n", c); // Output: 慎
JavaScript:
const char = '\u614E';
console.log(char); // Output: 慎
Java:
char c = '\u614E';
System.out.println(c); // Output: 慎
JSON:
{"text": "\u614E"} // Value: 慎
Python:
char = '\u614E'
print(char) # Output: 慎
Perl:
my $char = "\x{614E}";
print $char; # Output: 慎
PHP:
$char = "\x{614E}";
echo $char; // Output: 慎
Ruby:
char = "\u{614E}"
puts char # Output: 慎
Rust:
let c = '\u{614E}';
println!("{}", c); // Output: 慎
Go:
char := '\u614E'
fmt.Printf("%c\n", char) // Output: 慎
CSS:
/* CSS content property */
.element::before {
content: "\00614E"; /* 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=%E6%85%8E
MD5:
a1c23e56d133e594df8e2a3828904a46
SHA1:
99f68c58d2c345c72cc40b844c0cd259ca09f024
Base64:
5oWO