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