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