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