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