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