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