C:
char c = '\uC683';
printf("%c\n", c); // Output: 욃
JavaScript:
const char = '\uC683';
console.log(char); // Output: 욃
Java:
char c = '\uC683';
System.out.println(c); // Output: 욃
JSON:
{"text": "\uC683"} // Value: 욃
Python:
char = '\uC683'
print(char) # Output: 욃
Perl:
my $char = "\x{C683}";
print $char; # Output: 욃
PHP:
$char = "\x{C683}";
echo $char; // Output: 욃
Ruby:
char = "\u{C683}"
puts char # Output: 욃
Rust:
let c = '\u{C683}';
println!("{}", c); // Output: 욃
Go:
char := '\uC683'
fmt.Printf("%c\n", char) // Output: 욃
CSS:
/* CSS content property */
.element::before {
content: "\00C683"; /* 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%83
MD5:
77c2f8b604a40eb26f9d54ec7a56976e
SHA1:
496ddf1c200b4e8686bb04fbdb7d1264c4b8c34a
Base64:
7JqD