C:
char c = '\u5FCF';
printf("%c\n", c); // Output: 忏
JavaScript:
const char = '\u5FCF';
console.log(char); // Output: 忏
Java:
char c = '\u5FCF';
System.out.println(c); // Output: 忏
JSON:
{"text": "\u5FCF"} // Value: 忏
Python:
char = '\u5FCF'
print(char) # Output: 忏
Perl:
my $char = "\x{5FCF}";
print $char; # Output: 忏
PHP:
$char = "\x{5FCF}";
echo $char; // Output: 忏
Ruby:
char = "\u{5FCF}"
puts char # Output: 忏
Rust:
let c = '\u{5FCF}';
println!("{}", c); // Output: 忏
Go:
char := '\u5FCF'
fmt.Printf("%c\n", char) // Output: 忏
CSS:
/* CSS content property */
.element::before {
content: "\005FCF"; /* 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%8F
MD5:
5a87424bf58460daf1f742295768bb19
SHA1:
5a80e7a91c2ab190710d48524232f824bd95f125
Base64:
5b+P