C:
char c = '\u9A2D';
printf("%c\n", c); // Output: 騭
JavaScript:
const char = '\u9A2D';
console.log(char); // Output: 騭
Java:
char c = '\u9A2D';
System.out.println(c); // Output: 騭
JSON:
{"text": "\u9A2D"} // Value: 騭
Python:
char = '\u9A2D'
print(char) # Output: 騭
Perl:
my $char = "\x{9A2D}";
print $char; # Output: 騭
PHP:
$char = "\x{9A2D}";
echo $char; // Output: 騭
Ruby:
char = "\u{9A2D}"
puts char # Output: 騭
Rust:
let c = '\u{9A2D}';
println!("{}", c); // Output: 騭
Go:
char := '\u9A2D'
fmt.Printf("%c\n", char) // Output: 騭
CSS:
/* CSS content property */
.element::before {
content: "\009A2D"; /* 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%A8%AD
MD5:
d6eb2278b7d31859bba48f7d763b0ba3
SHA1:
33767a9efec9293164cf7836e20cacae669eb3ef
Base64:
6ait