C:
char c = '\uC6AC';
printf("%c\n", c); // Output: 욬
JavaScript:
const char = '\uC6AC';
console.log(char); // Output: 욬
Java:
char c = '\uC6AC';
System.out.println(c); // Output: 욬
JSON:
{"text": "\uC6AC"} // Value: 욬
Python:
char = '\uC6AC'
print(char) # Output: 욬
Perl:
my $char = "\x{C6AC}";
print $char; # Output: 욬
PHP:
$char = "\x{C6AC}";
echo $char; // Output: 욬
Ruby:
char = "\u{C6AC}"
puts char # Output: 욬
Rust:
let c = '\u{C6AC}';
println!("{}", c); // Output: 욬
Go:
char := '\uC6AC'
fmt.Printf("%c\n", char) // Output: 욬
CSS:
/* CSS content property */
.element::before {
content: "\00C6AC"; /* 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%AC
MD5:
85f9dceba4a785116abffdd28ec714dd
SHA1:
ddeb26b52f80c0a194a051bc5c787f4c1bdb6fbd
Base64:
7Jqs