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