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