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