C:
char c = '\u6174';
printf("%c\n", c); // Output: 慴
JavaScript:
const char = '\u6174';
console.log(char); // Output: 慴
Java:
char c = '\u6174';
System.out.println(c); // Output: 慴
JSON:
{"text": "\u6174"} // Value: 慴
Python:
char = '\u6174'
print(char) # Output: 慴
Perl:
my $char = "\x{6174}";
print $char; # Output: 慴
PHP:
$char = "\x{6174}";
echo $char; // Output: 慴
Ruby:
char = "\u{6174}"
puts char # Output: 慴
Rust:
let c = '\u{6174}';
println!("{}", c); // Output: 慴
Go:
char := '\u6174'
fmt.Printf("%c\n", char) // Output: 慴
CSS:
/* CSS content property */
.element::before {
content: "\006174"; /* 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=%E6%85%B4
MD5:
8252c5e03d64268b070b420853425808
SHA1:
beed2963caa348bccec552861654f3103c467e09
Base64:
5oW0