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