C:
char c = '\uAFF8';
printf("%c\n", c); // Output: 꿸
JavaScript:
const char = '\uAFF8';
console.log(char); // Output: 꿸
Java:
char c = '\uAFF8';
System.out.println(c); // Output: 꿸
JSON:
{"text": "\uAFF8"} // Value: 꿸
Python:
char = '\uAFF8'
print(char) # Output: 꿸
Perl:
my $char = "\x{AFF8}";
print $char; # Output: 꿸
PHP:
$char = "\x{AFF8}";
echo $char; // Output: 꿸
Ruby:
char = "\u{AFF8}"
puts char # Output: 꿸
Rust:
let c = '\u{AFF8}';
println!("{}", c); // Output: 꿸
Go:
char := '\uAFF8'
fmt.Printf("%c\n", char) // Output: 꿸
CSS:
/* CSS content property */
.element::before {
content: "\00AFF8"; /* 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%BF%B8
MD5:
94ff764c2ec3411d2494cad0735193a3
SHA1:
a6a559d1120729206160d3289a26e6e6f1166886
Base64:
6r+4