C:
char c = '\u6ADB';
printf("%c\n", c); // Output: 櫛
JavaScript:
const char = '\u6ADB';
console.log(char); // Output: 櫛
Java:
char c = '\u6ADB';
System.out.println(c); // Output: 櫛
JSON:
{"text": "\u6ADB"} // Value: 櫛
Python:
char = '\u6ADB'
print(char) # Output: 櫛
Perl:
my $char = "\x{6ADB}";
print $char; # Output: 櫛
PHP:
$char = "\x{6ADB}";
echo $char; // Output: 櫛
Ruby:
char = "\u{6ADB}"
puts char # Output: 櫛
Rust:
let c = '\u{6ADB}';
println!("{}", c); // Output: 櫛
Go:
char := '\u6ADB'
fmt.Printf("%c\n", char) // Output: 櫛
CSS:
/* CSS content property */
.element::before {
content: "\006ADB"; /* 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=%E6%AB%9B
MD5:
e113172bed852abca8782dbcd28a1180
SHA1:
e491515783fec4f121568f0f386cbb0c41ea23b3
Base64:
5qub