C:
char c = '\uAD3E';
printf("%c\n", c); // Output: 괾
JavaScript:
const char = '\uAD3E';
console.log(char); // Output: 괾
Java:
char c = '\uAD3E';
System.out.println(c); // Output: 괾
JSON:
{"text": "\uAD3E"} // Value: 괾
Python:
char = '\uAD3E'
print(char) # Output: 괾
Perl:
my $char = "\x{AD3E}";
print $char; # Output: 괾
PHP:
$char = "\x{AD3E}";
echo $char; // Output: 괾
Ruby:
char = "\u{AD3E}"
puts char # Output: 괾
Rust:
let c = '\u{AD3E}';
println!("{}", c); // Output: 괾
Go:
char := '\uAD3E'
fmt.Printf("%c\n", char) // Output: 괾
CSS:
/* CSS content property */
.element::before {
content: "\00AD3E"; /* 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%B4%BE
MD5:
1ec74e20cd039a5d7898e9c476fc3ebd
SHA1:
20cc82b7cc9bea5aae690e79deeda2b95a437361
Base64:
6rS+