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