C:
char c = '\u7779';
printf("%c\n", c); // Output: 睹
JavaScript:
const char = '\u7779';
console.log(char); // Output: 睹
Java:
char c = '\u7779';
System.out.println(c); // Output: 睹
JSON:
{"text": "\u7779"} // Value: 睹
Python:
char = '\u7779'
print(char) # Output: 睹
Perl:
my $char = "\x{7779}";
print $char; # Output: 睹
PHP:
$char = "\x{7779}";
echo $char; // Output: 睹
Ruby:
char = "\u{7779}"
puts char # Output: 睹
Rust:
let c = '\u{7779}';
println!("{}", c); // Output: 睹
Go:
char := '\u7779'
fmt.Printf("%c\n", char) // Output: 睹
CSS:
/* CSS content property */
.element::before {
content: "\007779"; /* 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%B9
MD5:
c559497534ced3b5fe53d456d8139f24
SHA1:
929b38dca04a9a185b4a2403bd6e6b67f33497e1
Base64:
5525