Unicode Finder

"藶" U+85F6(CJK UNIFIED IDEOGRAPH-85F6)

U+85F6
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-85F6

Programming

C
\u85F6
JavaScript
\u85F6
Java
\u85F6
Json
\u85F6
Python
\u85F6
Perl
\x{85F6}
PHP
\x{85F6}
Ruby
\u{85F6}
Rust
\u{85F6}
Go
\u85F6

Web

CSS
\0085F6
HtmlDecimal
藶
HtmlHexadecimal
藶
Url
%E8%97%B6

Code

MD5
18b3d98c0e9478af3e1f20f329f0dc7b
Sha1
c8a8a919d0e0285bd7c4430070bf6a7960f48165
Base64
6Je2

使用示例

Programming Languages

C:

char c = '\u85F6';
printf("%c\n", c);  // Output: 藶

JavaScript:

const char = '\u85F6';
console.log(char);  // Output: 藶

Java:

char c = '\u85F6';
System.out.println(c);  // Output: 藶

JSON:

{"text": "\u85F6"}  // Value: 藶

Python:

char = '\u85F6'
print(char)  # Output: 藶

Perl:

my $char = "\x{85F6}";
print $char;  # Output: 藶

PHP:

$char = "\x{85F6}";
echo $char;  // Output: 藶

Ruby:

char = "\u{85F6}"
puts char  # Output: 藶

Rust:

let c = '\u{85F6}';
println!("{}", c);  // Output: 藶

Go:

char := '\u85F6'
fmt.Printf("%c\n", char)  // Output: 藶

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0085F6";  /* Display: 藶 */
}

HTML Decimal:

<p>HTML decimal: &#34294;</p>  <!-- Display: 藶 -->

HTML Hexadecimal:

<p>HTML hex: &#x85F6;</p>  <!-- Display: 藶 -->

URL Encoding:

// 藶 URL encoding
https://unicodefinder.com/search.php?query=%E8%97%B6

Encodings

MD5:

18b3d98c0e9478af3e1f20f329f0dc7b

SHA1:

c8a8a919d0e0285bd7c4430070bf6a7960f48165

Base64:

6Je2