C:
char c = '\u9934';
printf("%c\n", c); // Output: 餴
JavaScript:
const char = '\u9934';
console.log(char); // Output: 餴
Java:
char c = '\u9934';
System.out.println(c); // Output: 餴
JSON:
{"text": "\u9934"} // Value: 餴
Python:
char = '\u9934'
print(char) # Output: 餴
Perl:
my $char = "\x{9934}";
print $char; # Output: 餴
PHP:
$char = "\x{9934}";
echo $char; // Output: 餴
Ruby:
char = "\u{9934}"
puts char # Output: 餴
Rust:
let c = '\u{9934}';
println!("{}", c); // Output: 餴
Go:
char := '\u9934'
fmt.Printf("%c\n", char) // Output: 餴
CSS:
/* CSS content property */
.element::before {
content: "\009934"; /* 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=%E9%A4%B4
MD5:
fbf6b6ae99fe83eac9f897484b47d297
SHA1:
153a121ff2eaf04b89f88c3d81a605d2c62afaa8
Base64:
6aS0