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