C:
char c = '\u5FE5';
printf("%c\n", c); // Output: 忥
JavaScript:
const char = '\u5FE5';
console.log(char); // Output: 忥
Java:
char c = '\u5FE5';
System.out.println(c); // Output: 忥
JSON:
{"text": "\u5FE5"} // Value: 忥
Python:
char = '\u5FE5'
print(char) # Output: 忥
Perl:
my $char = "\x{5FE5}";
print $char; # Output: 忥
PHP:
$char = "\x{5FE5}";
echo $char; // Output: 忥
Ruby:
char = "\u{5FE5}"
puts char # Output: 忥
Rust:
let c = '\u{5FE5}';
println!("{}", c); // Output: 忥
Go:
char := '\u5FE5'
fmt.Printf("%c\n", char) // Output: 忥
CSS:
/* CSS content property */
.element::before {
content: "\005FE5"; /* 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%BF%A5
MD5:
2f87e859ab1a8404f744166e172e449a
SHA1:
18580a512018acac3b9aaaa77ffdd57f143e0e9b
Base64:
5b+l