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