C:
char c = '\u994B';
printf("%c\n", c); // Output: 饋
JavaScript:
const char = '\u994B';
console.log(char); // Output: 饋
Java:
char c = '\u994B';
System.out.println(c); // Output: 饋
JSON:
{"text": "\u994B"} // Value: 饋
Python:
char = '\u994B'
print(char) # Output: 饋
Perl:
my $char = "\x{994B}";
print $char; # Output: 饋
PHP:
$char = "\x{994B}";
echo $char; // Output: 饋
Ruby:
char = "\u{994B}"
puts char # Output: 饋
Rust:
let c = '\u{994B}';
println!("{}", c); // Output: 饋
Go:
char := '\u994B'
fmt.Printf("%c\n", char) // Output: 饋
CSS:
/* CSS content property */
.element::before {
content: "\00994B"; /* 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%8B
MD5:
fa67265ea86a30ff4bc66a28b093207d
SHA1:
e0a25b856bccd90678db2c7323ee2b467693a84e
Base64:
6aWL