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