Unicode Finder

"苾" U+82FE(CJK UNIFIED IDEOGRAPH-82FE)

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

Programming

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

Web

CSS
\0082FE
HtmlDecimal
苾
HtmlHexadecimal
苾
Url
%E8%8B%BE

Code

MD5
e2d80a0cc9d01e59e70b9bf88dc8bce4
Sha1
98d4d7da7255d631a9c0a7f2ca2653ea7d28209c
Base64
6Iu+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u82FE';
console.log(char);  // Output: 苾

Java:

char c = '\u82FE';
System.out.println(c);  // Output: 苾

JSON:

{"text": "\u82FE"}  // Value: 苾

Python:

char = '\u82FE'
print(char)  # Output: 苾

Perl:

my $char = "\x{82FE}";
print $char;  # Output: 苾

PHP:

$char = "\x{82FE}";
echo $char;  // Output: 苾

Ruby:

char = "\u{82FE}"
puts char  # Output: 苾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#33534;</p>  <!-- Display: 苾 -->

HTML Hexadecimal:

<p>HTML hex: &#x82FE;</p>  <!-- Display: 苾 -->

URL Encoding:

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

Encodings

MD5:

e2d80a0cc9d01e59e70b9bf88dc8bce4

SHA1:

98d4d7da7255d631a9c0a7f2ca2653ea7d28209c

Base64:

6Iu+