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