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