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