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