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