C:
char c = '\u541F';
printf("%c\n", c); // Output: 吟
JavaScript:
const char = '\u541F';
console.log(char); // Output: 吟
Java:
char c = '\u541F';
System.out.println(c); // Output: 吟
JSON:
{"text": "\u541F"} // Value: 吟
Python:
char = '\u541F'
print(char) # Output: 吟
Perl:
my $char = "\x{541F}";
print $char; # Output: 吟
PHP:
$char = "\x{541F}";
echo $char; // Output: 吟
Ruby:
char = "\u{541F}"
puts char # Output: 吟
Rust:
let c = '\u{541F}';
println!("{}", c); // Output: 吟
Go:
char := '\u541F'
fmt.Printf("%c\n", char) // Output: 吟
CSS:
/* CSS content property */
.element::before {
content: "\00541F"; /* 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=%E5%90%9F
MD5:
7eb173a9ec6671eceeb69282b3bac660
SHA1:
3931872532e0b97ad5c9dd2d7c16970e1a003766
Base64:
5ZCf