C:
char c = '\u9A67';
printf("%c\n", c); // Output: 驧
JavaScript:
const char = '\u9A67';
console.log(char); // Output: 驧
Java:
char c = '\u9A67';
System.out.println(c); // Output: 驧
JSON:
{"text": "\u9A67"} // Value: 驧
Python:
char = '\u9A67'
print(char) # Output: 驧
Perl:
my $char = "\x{9A67}";
print $char; # Output: 驧
PHP:
$char = "\x{9A67}";
echo $char; // Output: 驧
Ruby:
char = "\u{9A67}"
puts char # Output: 驧
Rust:
let c = '\u{9A67}';
println!("{}", c); // Output: 驧
Go:
char := '\u9A67'
fmt.Printf("%c\n", char) // Output: 驧
CSS:
/* CSS content property */
.element::before {
content: "\009A67"; /* 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%A9%A7
MD5:
84e2efa5fdff1d47c29acb9b5e2ca2c1
SHA1:
df60fd55a8bf959c01671fb3281462968908dc67
Base64:
6amn