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