C:
char c = '\u9A2C';
printf("%c\n", c); // Output: 騬
JavaScript:
const char = '\u9A2C';
console.log(char); // Output: 騬
Java:
char c = '\u9A2C';
System.out.println(c); // Output: 騬
JSON:
{"text": "\u9A2C"} // Value: 騬
Python:
char = '\u9A2C'
print(char) # Output: 騬
Perl:
my $char = "\x{9A2C}";
print $char; # Output: 騬
PHP:
$char = "\x{9A2C}";
echo $char; // Output: 騬
Ruby:
char = "\u{9A2C}"
puts char # Output: 騬
Rust:
let c = '\u{9A2C}';
println!("{}", c); // Output: 騬
Go:
char := '\u9A2C'
fmt.Printf("%c\n", char) // Output: 騬
CSS:
/* CSS content property */
.element::before {
content: "\009A2C"; /* 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%AC
MD5:
402dfc5f2d07674d8dd2927776d7cc7c
SHA1:
9797ffe60a8d07230aa6e5efdf70fcd297d8a836
Base64:
6ais