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