C:
char c = '\uAE9B';
printf("%c\n", c); // Output: 꺛
JavaScript:
const char = '\uAE9B';
console.log(char); // Output: 꺛
Java:
char c = '\uAE9B';
System.out.println(c); // Output: 꺛
JSON:
{"text": "\uAE9B"} // Value: 꺛
Python:
char = '\uAE9B'
print(char) # Output: 꺛
Perl:
my $char = "\x{AE9B}";
print $char; # Output: 꺛
PHP:
$char = "\x{AE9B}";
echo $char; // Output: 꺛
Ruby:
char = "\u{AE9B}"
puts char # Output: 꺛
Rust:
let c = '\u{AE9B}';
println!("{}", c); // Output: 꺛
Go:
char := '\uAE9B'
fmt.Printf("%c\n", char) // Output: 꺛
CSS:
/* CSS content property */
.element::before {
content: "\00AE9B"; /* 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%BA%9B
MD5:
4a905921eb26c06293340a3d53e04798
SHA1:
d09dc36165f44f40a11e79ab74e08bd64418e00f
Base64:
6rqb