C:
char c = '\u774A';
printf("%c\n", c); // Output: 睊
JavaScript:
const char = '\u774A';
console.log(char); // Output: 睊
Java:
char c = '\u774A';
System.out.println(c); // Output: 睊
JSON:
{"text": "\u774A"} // Value: 睊
Python:
char = '\u774A'
print(char) # Output: 睊
Perl:
my $char = "\x{774A}";
print $char; # Output: 睊
PHP:
$char = "\x{774A}";
echo $char; // Output: 睊
Ruby:
char = "\u{774A}"
puts char # Output: 睊
Rust:
let c = '\u{774A}';
println!("{}", c); // Output: 睊
Go:
char := '\u774A'
fmt.Printf("%c\n", char) // Output: 睊
CSS:
/* CSS content property */
.element::before {
content: "\00774A"; /* 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%8A
MD5:
9b98238e3743775f6ee50acfe0020aee
SHA1:
5f8c84b15444e3eaed26142f66d5f4760d76ae1e
Base64:
552K