C:
char c = '\u6062';
printf("%c\n", c); // Output: 恢
JavaScript:
const char = '\u6062';
console.log(char); // Output: 恢
Java:
char c = '\u6062';
System.out.println(c); // Output: 恢
JSON:
{"text": "\u6062"} // Value: 恢
Python:
char = '\u6062'
print(char) # Output: 恢
Perl:
my $char = "\x{6062}";
print $char; # Output: 恢
PHP:
$char = "\x{6062}";
echo $char; // Output: 恢
Ruby:
char = "\u{6062}"
puts char # Output: 恢
Rust:
let c = '\u{6062}';
println!("{}", c); // Output: 恢
Go:
char := '\u6062'
fmt.Printf("%c\n", char) // Output: 恢
CSS:
/* CSS content property */
.element::before {
content: "\006062"; /* 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%81%A2
MD5:
c2a43733f1bde3ab291925b1a2be52e0
SHA1:
4f69065f13f02a8ca06d8b007b1e474d105c1e76
Base64:
5oGi