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