C:
char c = '\u7FFA';
printf("%c\n", c); // Output: 翺
JavaScript:
const char = '\u7FFA';
console.log(char); // Output: 翺
Java:
char c = '\u7FFA';
System.out.println(c); // Output: 翺
JSON:
{"text": "\u7FFA"} // Value: 翺
Python:
char = '\u7FFA'
print(char) # Output: 翺
Perl:
my $char = "\x{7FFA}";
print $char; # Output: 翺
PHP:
$char = "\x{7FFA}";
echo $char; // Output: 翺
Ruby:
char = "\u{7FFA}"
puts char # Output: 翺
Rust:
let c = '\u{7FFA}';
println!("{}", c); // Output: 翺
Go:
char := '\u7FFA'
fmt.Printf("%c\n", char) // Output: 翺
CSS:
/* CSS content property */
.element::before {
content: "\007FFA"; /* 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%BF%BA
MD5:
bf6d75321f03e7fea053754da6c47bc1
SHA1:
be25b85ce6263ff052213984ce8ec5ce95b7bdc6
Base64:
57+6