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