C:
char c = '\u60E5';
printf("%c\n", c); // Output: 惥
JavaScript:
const char = '\u60E5';
console.log(char); // Output: 惥
Java:
char c = '\u60E5';
System.out.println(c); // Output: 惥
JSON:
{"text": "\u60E5"} // Value: 惥
Python:
char = '\u60E5'
print(char) # Output: 惥
Perl:
my $char = "\x{60E5}";
print $char; # Output: 惥
PHP:
$char = "\x{60E5}";
echo $char; // Output: 惥
Ruby:
char = "\u{60E5}"
puts char # Output: 惥
Rust:
let c = '\u{60E5}';
println!("{}", c); // Output: 惥
Go:
char := '\u60E5'
fmt.Printf("%c\n", char) // Output: 惥
CSS:
/* CSS content property */
.element::before {
content: "\0060E5"; /* 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%83%A5
MD5:
a6f075e37dc11690b1d58758f9fe36a3
SHA1:
a60ca4ff4d0c7e69ad0ede1a037d8c852cdfa708
Base64:
5oOl