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