Unicode Finder

"苵" U+82F5(CJK UNIFIED IDEOGRAPH-82F5)

U+82F5
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-82F5

Programming

C
\u82F5
JavaScript
\u82F5
Java
\u82F5
Json
\u82F5
Python
\u82F5
Perl
\x{82F5}
PHP
\x{82F5}
Ruby
\u{82F5}
Rust
\u{82F5}
Go
\u82F5

Web

CSS
\0082F5
HtmlDecimal
苵
HtmlHexadecimal
苵
Url
%E8%8B%B5

Code

MD5
92c9b91901feccdd50a554662ddfc393
Sha1
68e52097cb1fe469ae0a83b46c11eb2c27fa0260
Base64
6Iu1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u82F5';
console.log(char);  // Output: 苵

Java:

char c = '\u82F5';
System.out.println(c);  // Output: 苵

JSON:

{"text": "\u82F5"}  // Value: 苵

Python:

char = '\u82F5'
print(char)  # Output: 苵

Perl:

my $char = "\x{82F5}";
print $char;  # Output: 苵

PHP:

$char = "\x{82F5}";
echo $char;  // Output: 苵

Ruby:

char = "\u{82F5}"
puts char  # Output: 苵

Rust:

let c = '\u{82F5}';
println!("{}", c);  // Output: 苵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0082F5";  /* Display: 苵 */
}

HTML Decimal:

<p>HTML decimal: &#33525;</p>  <!-- Display: 苵 -->

HTML Hexadecimal:

<p>HTML hex: &#x82F5;</p>  <!-- Display: 苵 -->

URL Encoding:

// 苵 URL encoding
https://unicodefinder.com/search.php?query=%E8%8B%B5

Encodings

MD5:

92c9b91901feccdd50a554662ddfc393

SHA1:

68e52097cb1fe469ae0a83b46c11eb2c27fa0260

Base64:

6Iu1