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