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