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