C:
char c = '\u6E10';
printf("%c\n", c); // Output: 渐
JavaScript:
const char = '\u6E10';
console.log(char); // Output: 渐
Java:
char c = '\u6E10';
System.out.println(c); // Output: 渐
JSON:
{"text": "\u6E10"} // Value: 渐
Python:
char = '\u6E10'
print(char) # Output: 渐
Perl:
my $char = "\x{6E10}";
print $char; # Output: 渐
PHP:
$char = "\x{6E10}";
echo $char; // Output: 渐
Ruby:
char = "\u{6E10}"
puts char # Output: 渐
Rust:
let c = '\u{6E10}';
println!("{}", c); // Output: 渐
Go:
char := '\u6E10'
fmt.Printf("%c\n", char) // Output: 渐
CSS:
/* CSS content property */
.element::before {
content: "\006E10"; /* 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%B8%90
MD5:
f0b133d08faa0466fa6b921f9f9962f2
SHA1:
2d43638d8ddc78d56d9a55c0b9eca2142e388283
Base64:
5riQ