C:
char c = '\u7DFD';
printf("%c\n", c); // Output: 緽
JavaScript:
const char = '\u7DFD';
console.log(char); // Output: 緽
Java:
char c = '\u7DFD';
System.out.println(c); // Output: 緽
JSON:
{"text": "\u7DFD"} // Value: 緽
Python:
char = '\u7DFD'
print(char) # Output: 緽
Perl:
my $char = "\x{7DFD}";
print $char; # Output: 緽
PHP:
$char = "\x{7DFD}";
echo $char; // Output: 緽
Ruby:
char = "\u{7DFD}"
puts char # Output: 緽
Rust:
let c = '\u{7DFD}';
println!("{}", c); // Output: 緽
Go:
char := '\u7DFD'
fmt.Printf("%c\n", char) // Output: 緽
CSS:
/* CSS content property */
.element::before {
content: "\007DFD"; /* 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=%E7%B7%BD
MD5:
2c522ea73e9397e057aac7aa3e38a005
SHA1:
710e7f5d68d835463d4eac23a548e2b6577b3af4
Base64:
57e9