C:
char c = '\uC8F2';
printf("%c\n", c); // Output: 죲
JavaScript:
const char = '\uC8F2';
console.log(char); // Output: 죲
Java:
char c = '\uC8F2';
System.out.println(c); // Output: 죲
JSON:
{"text": "\uC8F2"} // Value: 죲
Python:
char = '\uC8F2'
print(char) # Output: 죲
Perl:
my $char = "\x{C8F2}";
print $char; # Output: 죲
PHP:
$char = "\x{C8F2}";
echo $char; // Output: 죲
Ruby:
char = "\u{C8F2}"
puts char # Output: 죲
Rust:
let c = '\u{C8F2}';
println!("{}", c); // Output: 죲
Go:
char := '\uC8F2'
fmt.Printf("%c\n", char) // Output: 죲
CSS:
/* CSS content property */
.element::before {
content: "\00C8F2"; /* 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=%EC%A3%B2
MD5:
7b650df41f30699e3edec941a6bd0058
SHA1:
8ab8279a1fa7fcb097a74196350ae12c98a018ca
Base64:
7KOy