C:
char c = '\u7777';
printf("%c\n", c); // Output: 睷
JavaScript:
const char = '\u7777';
console.log(char); // Output: 睷
Java:
char c = '\u7777';
System.out.println(c); // Output: 睷
JSON:
{"text": "\u7777"} // Value: 睷
Python:
char = '\u7777'
print(char) # Output: 睷
Perl:
my $char = "\x{7777}";
print $char; # Output: 睷
PHP:
$char = "\x{7777}";
echo $char; // Output: 睷
Ruby:
char = "\u{7777}"
puts char # Output: 睷
Rust:
let c = '\u{7777}';
println!("{}", c); // Output: 睷
Go:
char := '\u7777'
fmt.Printf("%c\n", char) // Output: 睷
CSS:
/* CSS content property */
.element::before {
content: "\007777"; /* 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%B7
MD5:
9e948302511c44017f8981ba400208b6
SHA1:
d15a69dff601089941a0c9cc0b9488637f8109bf
Base64:
5523