C:
char c = '\u9978';
printf("%c\n", c); // Output: 饸
JavaScript:
const char = '\u9978';
console.log(char); // Output: 饸
Java:
char c = '\u9978';
System.out.println(c); // Output: 饸
JSON:
{"text": "\u9978"} // Value: 饸
Python:
char = '\u9978'
print(char) # Output: 饸
Perl:
my $char = "\x{9978}";
print $char; # Output: 饸
PHP:
$char = "\x{9978}";
echo $char; // Output: 饸
Ruby:
char = "\u{9978}"
puts char # Output: 饸
Rust:
let c = '\u{9978}';
println!("{}", c); // Output: 饸
Go:
char := '\u9978'
fmt.Printf("%c\n", char) // Output: 饸
CSS:
/* CSS content property */
.element::before {
content: "\009978"; /* 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%A5%B8
MD5:
275dfa37ed94ca6a0f50d46a4fc8359f
SHA1:
13498b596a8d7efd14db1ed36f788e392f87da93
Base64:
6aW4