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