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