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