C:
char c = '\uADF7';
printf("%c\n", c); // Output: 귷
JavaScript:
const char = '\uADF7';
console.log(char); // Output: 귷
Java:
char c = '\uADF7';
System.out.println(c); // Output: 귷
JSON:
{"text": "\uADF7"} // Value: 귷
Python:
char = '\uADF7'
print(char) # Output: 귷
Perl:
my $char = "\x{ADF7}";
print $char; # Output: 귷
PHP:
$char = "\x{ADF7}";
echo $char; // Output: 귷
Ruby:
char = "\u{ADF7}"
puts char # Output: 귷
Rust:
let c = '\u{ADF7}';
println!("{}", c); // Output: 귷
Go:
char := '\uADF7'
fmt.Printf("%c\n", char) // Output: 귷
CSS:
/* CSS content property */
.element::before {
content: "\00ADF7"; /* 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=%EA%B7%B7
MD5:
e539b31bd5b7291650c9f29b4947c7fe
SHA1:
a434086b091741a49a22d1256e5983de56a8360a
Base64:
6re3