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