C:
char c = '\u99B7';
printf("%c\n", c); // Output: 馷
JavaScript:
const char = '\u99B7';
console.log(char); // Output: 馷
Java:
char c = '\u99B7';
System.out.println(c); // Output: 馷
JSON:
{"text": "\u99B7"} // Value: 馷
Python:
char = '\u99B7'
print(char) # Output: 馷
Perl:
my $char = "\x{99B7}";
print $char; # Output: 馷
PHP:
$char = "\x{99B7}";
echo $char; // Output: 馷
Ruby:
char = "\u{99B7}"
puts char # Output: 馷
Rust:
let c = '\u{99B7}';
println!("{}", c); // Output: 馷
Go:
char := '\u99B7'
fmt.Printf("%c\n", char) // Output: 馷
CSS:
/* CSS content property */
.element::before {
content: "\0099B7"; /* 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%A6%B7
MD5:
63748cfa6ad58f8fed9f0083418ff81c
SHA1:
c50951d269072e6945ef0889eedb241f5558d262
Base64:
6aa3