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