C:
char c = '\u7767';
printf("%c\n", c); // Output: 睧
JavaScript:
const char = '\u7767';
console.log(char); // Output: 睧
Java:
char c = '\u7767';
System.out.println(c); // Output: 睧
JSON:
{"text": "\u7767"} // Value: 睧
Python:
char = '\u7767'
print(char) # Output: 睧
Perl:
my $char = "\x{7767}";
print $char; # Output: 睧
PHP:
$char = "\x{7767}";
echo $char; // Output: 睧
Ruby:
char = "\u{7767}"
puts char # Output: 睧
Rust:
let c = '\u{7767}';
println!("{}", c); // Output: 睧
Go:
char := '\u7767'
fmt.Printf("%c\n", char) // Output: 睧
CSS:
/* CSS content property */
.element::before {
content: "\007767"; /* 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=%E7%9D%A7
MD5:
0da52e37d1a134d5af10d647d42fd4ec
SHA1:
d3e4324083c9f31349f70a7ac60b1bfb4d124616
Base64:
552n