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