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