C:
char c = '\u7FA8';
printf("%c\n", c); // Output: 羨
JavaScript:
const char = '\u7FA8';
console.log(char); // Output: 羨
Java:
char c = '\u7FA8';
System.out.println(c); // Output: 羨
JSON:
{"text": "\u7FA8"} // Value: 羨
Python:
char = '\u7FA8'
print(char) # Output: 羨
Perl:
my $char = "\x{7FA8}";
print $char; # Output: 羨
PHP:
$char = "\x{7FA8}";
echo $char; // Output: 羨
Ruby:
char = "\u{7FA8}"
puts char # Output: 羨
Rust:
let c = '\u{7FA8}';
println!("{}", c); // Output: 羨
Go:
char := '\u7FA8'
fmt.Printf("%c\n", char) // Output: 羨
CSS:
/* CSS content property */
.element::before {
content: "\007FA8"; /* 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=%E7%BE%A8
MD5:
2514cabfcb5ae886f3adfe4d7aec9f06
SHA1:
deeadcd9b366f03d5dd81b4ef77172eb9d177961
Base64:
576o