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