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