C:
char c = '\u9937';
printf("%c\n", c); // Output: 餷
JavaScript:
const char = '\u9937';
console.log(char); // Output: 餷
Java:
char c = '\u9937';
System.out.println(c); // Output: 餷
JSON:
{"text": "\u9937"} // Value: 餷
Python:
char = '\u9937'
print(char) # Output: 餷
Perl:
my $char = "\x{9937}";
print $char; # Output: 餷
PHP:
$char = "\x{9937}";
echo $char; // Output: 餷
Ruby:
char = "\u{9937}"
puts char # Output: 餷
Rust:
let c = '\u{9937}';
println!("{}", c); // Output: 餷
Go:
char := '\u9937'
fmt.Printf("%c\n", char) // Output: 餷
CSS:
/* CSS content property */
.element::before {
content: "\009937"; /* 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%B7
MD5:
2cf594a125e0cd5fce5460a78fcc7e15
SHA1:
072c70046127238e18445660edb784e5db834eb8
Base64:
6aS3