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