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