C:
char c = '\u616F';
printf("%c\n", c); // Output: 慯
JavaScript:
const char = '\u616F';
console.log(char); // Output: 慯
Java:
char c = '\u616F';
System.out.println(c); // Output: 慯
JSON:
{"text": "\u616F"} // Value: 慯
Python:
char = '\u616F'
print(char) # Output: 慯
Perl:
my $char = "\x{616F}";
print $char; # Output: 慯
PHP:
$char = "\x{616F}";
echo $char; // Output: 慯
Ruby:
char = "\u{616F}"
puts char # Output: 慯
Rust:
let c = '\u{616F}';
println!("{}", c); // Output: 慯
Go:
char := '\u616F'
fmt.Printf("%c\n", char) // Output: 慯
CSS:
/* CSS content property */
.element::before {
content: "\00616F"; /* 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%AF
MD5:
3ae45e2af7199b963bf9745abc04c511
SHA1:
43514cc4cabcf574f9cddc9199b15cd6efc4c5db
Base64:
5oWv