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