C:
char c = '\u9A36';
printf("%c\n", c); // Output: 騶
JavaScript:
const char = '\u9A36';
console.log(char); // Output: 騶
Java:
char c = '\u9A36';
System.out.println(c); // Output: 騶
JSON:
{"text": "\u9A36"} // Value: 騶
Python:
char = '\u9A36'
print(char) # Output: 騶
Perl:
my $char = "\x{9A36}";
print $char; # Output: 騶
PHP:
$char = "\x{9A36}";
echo $char; // Output: 騶
Ruby:
char = "\u{9A36}"
puts char # Output: 騶
Rust:
let c = '\u{9A36}';
println!("{}", c); // Output: 騶
Go:
char := '\u9A36'
fmt.Printf("%c\n", char) // Output: 騶
CSS:
/* CSS content property */
.element::before {
content: "\009A36"; /* 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%B6
MD5:
437ebc857a18d29221affcb6aa89ed3b
SHA1:
05c0ec108a1fbfc0663886d6f3e6d9da2fbcf658
Base64:
6ai2