C:
char c = '\u63DD';
printf("%c\n", c); // Output: 揝
JavaScript:
const char = '\u63DD';
console.log(char); // Output: 揝
Java:
char c = '\u63DD';
System.out.println(c); // Output: 揝
JSON:
{"text": "\u63DD"} // Value: 揝
Python:
char = '\u63DD'
print(char) # Output: 揝
Perl:
my $char = "\x{63DD}";
print $char; # Output: 揝
PHP:
$char = "\x{63DD}";
echo $char; // Output: 揝
Ruby:
char = "\u{63DD}"
puts char # Output: 揝
Rust:
let c = '\u{63DD}';
println!("{}", c); // Output: 揝
Go:
char := '\u63DD'
fmt.Printf("%c\n", char) // Output: 揝
CSS:
/* CSS content property */
.element::before {
content: "\0063DD"; /* 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=%E6%8F%9D
MD5:
2605d882af4599fa527f0431ee0c1fb2
SHA1:
ac905585963bd3d6621280671e17d803bc2d316b
Base64:
5o+d