C:
char c = '\u97B7';
printf("%c\n", c); // Output: 鞷
JavaScript:
const char = '\u97B7';
console.log(char); // Output: 鞷
Java:
char c = '\u97B7';
System.out.println(c); // Output: 鞷
JSON:
{"text": "\u97B7"} // Value: 鞷
Python:
char = '\u97B7'
print(char) # Output: 鞷
Perl:
my $char = "\x{97B7}";
print $char; # Output: 鞷
PHP:
$char = "\x{97B7}";
echo $char; // Output: 鞷
Ruby:
char = "\u{97B7}"
puts char # Output: 鞷
Rust:
let c = '\u{97B7}';
println!("{}", c); // Output: 鞷
Go:
char := '\u97B7'
fmt.Printf("%c\n", char) // Output: 鞷
CSS:
/* CSS content property */
.element::before {
content: "\0097B7"; /* 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%9E%B7
MD5:
93b4200d7ddfa4cdb73de386f08714f8
SHA1:
e26601aac1a754b14d25b98965d22c407ae255fd
Base64:
6Z63