C:
char c = '\u6074';
printf("%c\n", c); // Output: 恴
JavaScript:
const char = '\u6074';
console.log(char); // Output: 恴
Java:
char c = '\u6074';
System.out.println(c); // Output: 恴
JSON:
{"text": "\u6074"} // Value: 恴
Python:
char = '\u6074'
print(char) # Output: 恴
Perl:
my $char = "\x{6074}";
print $char; # Output: 恴
PHP:
$char = "\x{6074}";
echo $char; // Output: 恴
Ruby:
char = "\u{6074}"
puts char # Output: 恴
Rust:
let c = '\u{6074}';
println!("{}", c); // Output: 恴
Go:
char := '\u6074'
fmt.Printf("%c\n", char) // Output: 恴
CSS:
/* CSS content property */
.element::before {
content: "\006074"; /* 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%B4
MD5:
567c32167ae6957b0e8ed4818d0884f2
SHA1:
befedd9dde6314b36bfce655da63f2671f13b488
Base64:
5oG0