C:
char c = '\u9969';
printf("%c\n", c); // Output: 饩
JavaScript:
const char = '\u9969';
console.log(char); // Output: 饩
Java:
char c = '\u9969';
System.out.println(c); // Output: 饩
JSON:
{"text": "\u9969"} // Value: 饩
Python:
char = '\u9969'
print(char) # Output: 饩
Perl:
my $char = "\x{9969}";
print $char; # Output: 饩
PHP:
$char = "\x{9969}";
echo $char; // Output: 饩
Ruby:
char = "\u{9969}"
puts char # Output: 饩
Rust:
let c = '\u{9969}';
println!("{}", c); // Output: 饩
Go:
char := '\u9969'
fmt.Printf("%c\n", char) // Output: 饩
CSS:
/* CSS content property */
.element::before {
content: "\009969"; /* 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%A9
MD5:
477240fa4189c0775051d6f2bc7349f1
SHA1:
5a8a259e1fab0ad47aa06aa07aa621d3c1b3459b
Base64:
6aWp