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