C:
char c = '\u7574';
printf("%c\n", c); // Output: 畴
JavaScript:
const char = '\u7574';
console.log(char); // Output: 畴
Java:
char c = '\u7574';
System.out.println(c); // Output: 畴
JSON:
{"text": "\u7574"} // Value: 畴
Python:
char = '\u7574'
print(char) # Output: 畴
Perl:
my $char = "\x{7574}";
print $char; # Output: 畴
PHP:
$char = "\x{7574}";
echo $char; // Output: 畴
Ruby:
char = "\u{7574}"
puts char # Output: 畴
Rust:
let c = '\u{7574}';
println!("{}", c); // Output: 畴
Go:
char := '\u7574'
fmt.Printf("%c\n", char) // Output: 畴
CSS:
/* CSS content property */
.element::before {
content: "\007574"; /* 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%95%B4
MD5:
d334995a786e950f46277cb601f3ecdc
SHA1:
b1e0a0f64285508d9d114e5e6206fad7460ea812
Base64:
55W0