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