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