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