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