C:
char c = '\uAD7E';
printf("%c\n", c); // Output: 굾
JavaScript:
const char = '\uAD7E';
console.log(char); // Output: 굾
Java:
char c = '\uAD7E';
System.out.println(c); // Output: 굾
JSON:
{"text": "\uAD7E"} // Value: 굾
Python:
char = '\uAD7E'
print(char) # Output: 굾
Perl:
my $char = "\x{AD7E}";
print $char; # Output: 굾
PHP:
$char = "\x{AD7E}";
echo $char; // Output: 굾
Ruby:
char = "\u{AD7E}"
puts char # Output: 굾
Rust:
let c = '\u{AD7E}';
println!("{}", c); // Output: 굾
Go:
char := '\uAD7E'
fmt.Printf("%c\n", char) // Output: 굾
CSS:
/* CSS content property */
.element::before {
content: "\00AD7E"; /* 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%B5%BE
MD5:
6cdd45d72798c9b6f8295ce0e7723eaf
SHA1:
04b35c5132bb0e7f2a0dff915461d8ff5dfc2f6a
Base64:
6rW+