Samsung Galaxy F36 Full Specs & Bangla Review
.phone-box {
max-width: 750px;
margin: auto;
font-family: Arial, sans-serif;
border: 1px solid #ddd;
padding: 15px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.phone-title {
text-align: center;
margin-bottom: 15px;
font-size: 22px;
}
.phone-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-start;
}
.phone-left { flex: 1 1 280px; min-width: 250px; }
.phone-right { flex: 1 1 350px; min-width: 250px; }
.main-image {
width: 100%; border-radius: 8px; border: 1px solid #ccc; display: block;
}
.scroll-thumbs {
overflow: hidden;
width: 100%;
border: 1px solid #ccc;
border-radius: 8px;
margin-top: 10px;
height: 52px;
position: relative;
}
.thumbs-track {
display: flex;
width: max-content;
animation: scrollLeft 8s linear infinite;
}
.thumbs-track img {
width: 40px;
height: 40px;
margin: 5px;
border: 2px solid #aaa;
border-radius: 5px;
object-fit: cover;
cursor: pointer;
transition: transform 0.3s, border-color 0.3s;
}
.thumbs-track img:hover {
border-color: #00a13f;
transform: scale(1.1);
}
@keyframes scrollLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
.price {
font-size: 24px;
color: #00a13f;
font-weight: bold;
margin-bottom: 15px;
background: #eaf9f0;
padding: 6px 12px;
display: inline-block;
border-radius: 8px;
}
.meta, .specs {
list-style: none;
padding: 0;
margin: 10px 0;
}
.meta li, .specs li {
margin-bottom: 6px;
font-size: 15px;
}
.status {
background: #0abf53;
color: white;
padding: 2px 6px;
border-radius: 4px;
}
@media (max-width: 600px) {
.phone-grid {
flex-direction: column;
}
}
Samsung Galaxy F36
- đ Released: 29 July 2025
- đ¤ OS: Android
- đą Display: 6.7″ 1080 x 2340 pixels
- đļ Network: 2G, 3G, 4G, 5G
- đ¸ Main Camera: 49+8+2MP
- đ¤ŗ Front Camera: 13MP
- â Ram: 6GB RAM
- đž Storage: 128GB RAM
- đ§ Chipset: Exynos 1380
- đ Battery: Li-Ion 5000mAh
function changeImage(src) {
document.getElementById(‘mainImg’).src = src;
}
function pauseScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘paused’;
}
function resumeScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘running’;
}
.mobile-review-box {
border: 1px solid #ddd;
border-radius: 10px;
padding: 15px;
font-family: ‘Segoe UI’, sans-serif;
max-width: 100%;
background: #f9f9f9;
margin: 20px 0;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.mobile-review-box h3 {
margin-bottom: 10px;
color: #333;
}
.price-section {
font-size: 18px;
margin-bottom: 15px;
}
.price-section .official,
.price-section .unofficial {
font-weight: bold;
}
.price-section .official {
color: #007bff;
}
.price-section .unofficial {
color: #009900;
}
.variant-selector {
margin-top: 15px;
}
.variant-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.variant-button {
border: 1px solid #aaa;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
background: #fff;
transition: 0.3s;
text-align: center;
}
.variant-button:hover {
background-color: #007bff;
color: #fff;
border-color: #007bff;
}
.variant-button.active {
background-color: #007bff;
color: #fff;
border-color: #007bff;
}
.updated-date {
margin-top: 15px;
font-size: 14px;
color: #666;
}
đą āĻŽā§āĻŦāĻžāĻāϞā§āϰ āĻĻāĻžāĻŽ āĻ āĻā§āϝāĻžāϰāĻŋā§ā§āύā§āĻ
function changePrice(variant) {
var official = document.getElementById(‘official-price’);
var unofficial = document.getElementById(‘unofficial-price’);
var buttons = document.querySelectorAll(‘.variant-button’);
// Remove previous active state
buttons.forEach(btn => btn.classList.remove(‘active’));
// Set new active button
buttons.forEach(btn => {
if (btn.innerText.includes(variant)) {
btn.classList.add(‘active’);
}
});
// Update price based on variant
if (variant === ‘128GB’) {
official.innerText = ‘u09F3’ + ‘25,000’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
} else if (variant === ‘256GB’) {
official.innerText = ‘u09F3’ + ‘Unknown’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
} else if (variant === ‘512GB’) {
official.innerText = ‘u09F3’ + ‘Unknown’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
} else if (variant === ‘1TB’) {
official.innerText = ‘u09F3’ + ‘Unknown’;
unofficial.innerText = ‘u09F3’ + ‘190,000’;
}
}
.rating-wrapper {
max-width: 600px;
margin: 20px auto;
font-family: Arial, sans-serif;
border: 1px solid #eee;
padding: 20px;
border-radius: 10px;
}
.rating-wrapper h2 {
margin-bottom: 5px;
}
.rating-wrapper p {
color: #777;
margin-bottom: 20px;
font-size: 14px;
}
.rating-item {
margin-bottom: 15px;
font-size: 15px;
position: relative;
}
.rating-item::after {
content: attr(data-score) ” / 10″;
position: absolute;
right: 0;
top: 0;
font-weight: bold;
}
.rating-item .progress {
height: 6px;
border-radius: 4px;
margin-top: 5px;
width: 0%;
transition: width 1s ease-in-out;
}
.final-rating {
margin-top: 30px;
display: flex;
align-items: center;
gap: 20px;
}
.final-rating .circle {
width: 60px;
height: 60px;
background-color: #333;
border-radius: 50%;
color: white;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.bar-container {
flex-grow: 1;
background: #d8d8d8;
height: 10px;
border-radius: 5px;
overflow: hidden;
}
.bar {
height: 100%;
background: #4CAF50;
width: 0%;
transition: width 1s ease-in-out;
}
const ratingItems = document.querySelectorAll(‘.rating-item’);
let total = 0;
function getColor(score) {
if (score >= 8) return ‘#4CAF50’; // Green
else if (score >= 6) return ‘#FFC107’; // Yellow
else return ‘#F44336’; // Red
}
ratingItems.forEach(item => {
const score = parseFloat(item.getAttribute(‘data-score’));
total += score;
const bar = document.createElement(‘div’);
bar.className = ‘progress’;
bar.style.backgroundColor = getColor(score);
item.appendChild(bar);
// Delay animation
setTimeout(() => {
bar.style.width = (score * 10) + ‘%’;
}, 100);
});
const average = (total / ratingItems.length).toFixed(1);
document.getElementById(‘average-score’).textContent = average;
const averageBar = document.getElementById(‘average-bar’);
averageBar.style.width = (average * 10) + ‘%’;
averageBar.style.backgroundColor = getColor(average);
.mobile-spec-wrapper {
font-family: ‘Segoe UI’, sans-serif;
background: #f4f4f4;
padding: 2px;
}
.mobile-spec-wrapper .container {
max-width: 800px;
margin: auto;
background: #fff;
border-radius: 1px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
overflow: hidden;
}
.mobile-spec-wrapper .header {
background: #059FD8;
color: white;
text-align: center;
padding: 20px 10px;
}
.mobile-spec-wrapper .header h1 {
font-size: 22px;
margin: 0 0 5px;
}
.mobile-spec-wrapper .header p {
font-size: 14px;
margin: 0;
}
.mobile-spec-wrapper .mobile-spec-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.mobile-spec-wrapper .mobile-spec-table th,
.mobile-spec-wrapper .mobile-spec-table td {
padding: 12px 14px;
text-align: left;
}
.mobile-spec-wrapper .mobile-spec-table th {
background: #059FD8;
color: white;
font-weight: 600;
}
.mobile-spec-wrapper .mobile-spec-table tr:nth-child(even) {
background: #f9f9f9;
}
.mobile-spec-wrapper .mobile-spec-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
}
.mobile-spec-wrapper .mobile-spec-table td:last-child {
color: #34495e;
}
.mobile-spec-wrapper .section-header {
background: #e9f5fb;
font-weight: bold;
color: #059FD8;
}
.mobile-spec-wrapper .price-row td {
background: #e9fff2;
color: #27ae60;
font-weight: bold;
}
@media (max-width: 600px) {
.mobile-spec-wrapper .mobile-spec-table th,
.mobile-spec-wrapper .mobile-spec-table td {
padding: 10px 12px;
font-size: 13px;
}
.mobile-spec-wrapper .header h1 {
font-size: 18px;
}
.mobile-spec-wrapper .header p {
font-size: 13px;
}
}
đą āĻŽā§āĻŦāĻžāĻāϞ āϏā§āĻĒā§āϏāĻŋāĻĢāĻŋāĻā§āĻļāύ
āϏāĻŽā§āĻĒā§āϰā§āĻŖ āĻā§āĻāύāĻŋāĻā§āϝāĻžāϞ āĻĄāĻŋāĻā§āĻāϞāϏ āĻ āĻĻāĻžāĻŽ
| đŧ General | |
|---|---|
| Brand | Samsung |
| Model | Galaxy F36 |
| Device Type | Smartphone |
| Release Date | Exp. 29 July 2025 |
| Status | Upcoming |
| đļ Network | |
| Technology | GSM / HSPA / LTE / 5G |
| Network | 2G, 3G, 4G, 5G |
| 2G bands | GSM 850 / 900 / 1800 / 1900 |
| 3G bands | HSDPA 850 / 900 / 1700(AWS) / 1900 / 2100 |
| 4G bands | 1, 2, 3, 5, 7, 8, 20, 28, 38, 40, 41 |
| 5G bands | 1, 3, 5, 8, 28, 38, 40, 41, 78 SA/NSA/Sub6 |
| Speed | HSPA, LTE, 5G |
| SIM Slot | Dual SIM, GSM+GSM |
| SIM Size | SIM1: Nano + SIM2: Nano |
| EDGE | Available |
| GPRS | Available |
| VoLTE | â Yes |
| đĄ Connectivity | |
| WLAN | Wi-Fi 6 (802.11 a/b/g/n/ac/ax) 5GHz, MIMO |
| GPS | â Yes with A-GPS, Glonass |
| Bluetooth | v5.3 |
| Wi-fi Hotspot | â Yes |
| NFC | â Yes |
| USB | USB Type-C 2.0, OTG |
| Infrared | â No |
| â Hardware & Software | |
| Operating System | Android |
| OS Version | v15 |
| User Interface | One UI 7 |
| Chipset | Exynos 1380 |
| CPU | Octa-core (4×2.4 GHz Cortex-A78 & 4×2.0 GHz Cortex-A55) |
| CPU Cores | 8 Cores |
| Architecture | 64 bit |
| Fabrication | 5 nm |
| GPU | Mali-G68 MP5 |
| đ Design & Body | |
| Dimensions | 164.4 x 77.9 x 7.7 mm (6.47 x 3.07 x 0.30 in) |
| Height | 164.4 mm |
| Width | 77.9 mm |
| Thickness | 7.7 mm |
| Weight | 197 grams |
| Build | Glass front (Gorilla Glass Victus+), plastic frame, silicone polymer back (eco leather) |
| Colors | Colors Luxe Violet, Coral Red, Onyx Black |
| đĨ Display | |
| Display Type | Super AMOLED |
| Screen Size | 6.7 inches (17.02 cm) |
| Resolution | 1080×2340 px (FHD+) |
| Aspect Ratio | 19.5:9 |
| Pixel Density | 385 ppi |
| Screen to Body Ratio | 86.0% |
| Screen Protection | Corning Gorilla Glass Victus Plus |
| Bezel-less Display | â Yes, with punch-hole display |
| Touch Screen | Capacitive Touchscreen, Multi-touch |
| Refresh Rate | 120 Hz |
| Notch | Punch-Hole |
| đ¸ Main Camera | |
| Camera Setup | Triple |
| Resolution | 50 MP, f/1.8, Wide Angle, Primary Camera, 8 MP, f/2.2, Ultra-Wide Angle Camera, 2 MP, f/2.4, Macro Camera |
| Autofocus | â Yes |
| Flash | â LED Flash |
| Image Resolution | 8150 x 6150 Pixels |
| Settings | Exposure compensation, ISO control |
| Zoom | Digital Zoom |
| Shooting Modes | Continuous Shooting, High Dynamic Range mode (HDR), Macro Mode |
| Aperture | f/1.8 |
| Camera Features | Camera Features Auto Flash, Face detection, Touch to focus |
| Video Recording | 3840×2160, 1920×1080, 1280×720 |
| Video FPS | 30 fps, 60 fps, 480 fps |
| đ¸ Selfie Camera | |
| Camera Setup | Single |
| Resolution | 13 MP, f/2.2, Wide Angle, Primary Camera |
| Video Recording | 3840×2160, 1920×1080 |
| Video FPS | 30 fps |
| Aperture | f/2.2 |
| đž Memory | |
| Card slot | â Yes, microSDXC (uses shared SIM slot) |
| Internal Storage | 128 GB |
| Storage Type | NVMe |
| USB OTG | â Yes |
| RAM | 6 GB |
| RAM Type | LPDDR5T |
| Variant | 6GB+128GB / 8GB+128GB / 8GB+256GB |
| đĩ Multimedia | |
| FM Radio | â Yes |
| Loudspeaker | â Yes |
| 3.5mm Jack | â Yes |
| Audio Jack | â Yes |
| Audio Features | Dolby Atmos |
| Video | 1080p@30/60fps |
| đ Battery | |
| Battery Type | Li-Poly (Lithium Polymer) |
| Capacity | 5000 mAh |
| Quick Charging | â Yes, 25W wired |
| Placement | Non-Removable |
| USB Type-C | USB Type-C 2.0 |
| đ Sensors & Security | |
| Sensors | Light sensor, Proximity sensor, Accelerometer, Compass, Gyroscope |
| Light Sensor | â Yes |
| Fingerprint Sensor | â Yes |
| Finger Sensor Position | Side-mounted |
| Face Unlock | â Yes |
| đ Release & More | |
| Release Date | 29 July 2025 |
| Market Status | Upcoming |
| Made By | South korea |
| Manufactured By | Samsung |
| đ° Price | |
| BDT | ā§ŗ25,000 |
| INR | âš- |
| US Dollar | $- |
| Euro | âŦ- |
Disclaimer: We do not guarantee that the information of this page is 100% accurate and up to date.
/* Disclaimer Box Styling */
.disclaimer-box {
background-color: #fceebd;
color: #333;
padding: 15px 20px;
border-left: 6px solid #f5c518;
border-radius: 5px;
font-size: 16px;
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 5px 0; /* āĻāĻŽāĻžāύ⧠āĻšā§ā§āĻā§ */
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
Samsung Galaxy F36 āϏā§āĻŽāĻžāϰā§āĻāĻĢā§āύāĻāĻŋāϰ āĻĒā§āϰāϧāĻžāύ āĻāĻāϰā§āώāĻŖ
- āĻĒā§āϰāϧāĻžāύ āĻā§āϝāĻžāĻŽā§āϰāĻž: ā§Ģā§Ļ āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻāĻāĻāĻŋ āĻšāĻžāĻ-āϰā§āĻā§āϞāĻŋāĻāĻļāύ āĻĒā§āϰāĻžāĻāĻŽāĻžāϰāĻŋ āϏā§āύā§āϏāϰ, āϝāĻž āĻĻāĻŋāύā§āϰ āĻāϞā§āϤ⧠āĻ āϤā§āϝāύā§āϤ āĻĄāĻŋāĻā§āĻāϞāϏāĻš āĻāĻŦāĻŋ āϤā§āϞāϤ⧠āϏāĻā§āώāĻŽ āĻšāĻŦā§āĨ¤ ā§Ģā§ĻMP āĻĒā§āϰāĻžāĻāĻŽāĻžāϰāĻŋ āĻā§āϝāĻžāĻŽā§āϰāĻž āĻĻāĻŋāύ āĻŦāĻž āϰāĻžāϤ⧠āĻĻā§āϰā§āĻĻāĻžāύā§āϤ āĻāĻŦāĻŋ āϤā§āϞāϤ⧠āϏāĻā§āώāĻŽāĨ¤ āĻāϞāĻā§āϰāĻž-āĻāϝāĻŧāĻžāĻāĻĄ āϞā§āύā§āϏ āϞā§āϝāĻžāύā§āĻĄāϏā§āĻā§āĻĒ āĻĢāĻā§āĻā§āϰāĻžāĻĢāĻŋāϰ āĻāύā§āϝ āĻāĻĒāϝā§āĻā§āϤāĨ¤
- āĻāϞāĻā§āϰāĻžāĻāϝāĻŧāĻžāĻāĻĄ āĻā§āϝāĻžāĻŽā§āϰāĻž: ā§Ž āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻāϞāĻā§āϰāĻžāĻāϝāĻŧāĻžāĻāĻĄ āϞā§āύā§āϏ āĻĻāĻŋāϝāĻŧā§ āĻŦāĻĄāĻŧ āĻā§āϰā§āĻĒ āĻĢāĻā§ āĻŦāĻž āĻĒā§āϰāĻžāĻā§āϤāĻŋāĻ āĻĻā§āĻļā§āϝ āĻā§āϝāĻžāĻŽā§āϰāĻžāĻŦāύā§āĻĻā§ āĻāϰāĻž āϝāĻžāĻŦā§āĨ¤
- āĻŽā§āϝāĻžāĻā§āϰ⧠āĻā§āϝāĻžāĻŽā§āϰāĻž: ⧍ āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻŽā§āϝāĻžāĻā§āϰ⧠āϞā§āύā§āϏ āĻĻāĻŋā§ā§ āĻā§āĻŦ āĻāĻžāĻ āĻĨā§āĻā§ āĻā§āĻ āĻŦāϏā§āϤā§āϰ āĻāĻŦāĻŋ āϤā§āϞāĻž āϝāĻžāĻŦā§āĨ¤
- āϏā§āϞāĻĢāĻŋ āĻā§āϝāĻžāĻŽā§āϰāĻž: āϏāĻžāĻŽāύ⧠āϏā§āϞāĻĢāĻŋāϰ āĻāύā§āϝ āĻāĻāĻāĻŋ ā§§ā§Š āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻā§āϝāĻžāĻŽā§āϰāĻž āĻāĻā§āĨ¤
More Mobile:Â Tecno Spark 40 Pro Price in Bangladesh 2025
Samsung Galaxy F36 āĻā§āύ āĻāĻŋāύāĻŦā§āύ?
- āĻšāĻžāĻ-āϰā§āĻā§āϞāĻŋāĻāĻļāύ āĻāĻŦāĻŋ: ā§Ģā§Ļ āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻĒā§āϰāϧāĻžāύ āĻā§āϝāĻžāĻŽā§āϰāĻž āĻĻāĻŋāϝāĻŧā§ āĻāĻĒāύāĻŋ āĻĻāĻŋāύā§āϰ āĻāϞā§āϤ⧠āĻ āϤā§āϝāύā§āϤ āĻĄāĻŋāĻā§āĻāϞāϏāϏāĻš āĻāĻŦāĻ āϏā§āĻĒāώā§āĻ āĻāĻŦāĻŋ āϤā§āϞāϤ⧠āĻĒāĻžāϰāĻŦā§āύāĨ¤āύ
- āĻāϞāĻā§āϰāĻžāĻāϝāĻŧāĻžāĻāĻĄ āϞā§āύā§āϏ: ā§Ž āĻŽā§āĻāĻžāĻĒāĻŋāĻā§āϏā§āϞā§āϰ āĻāϞāĻā§āϰāĻžāĻāϝāĻŧāĻžāĻāĻĄ āϞā§āύā§āϏ āĻĻāĻŋāϝāĻŧā§ āĻā§āϰā§āĻĒ āĻĢāĻā§ āĻ āϞā§āύā§āϏ āϞā§āϝāĻžāύā§āĻĄāϏā§āĻā§āĻĒ āĻāĻŦāĻ āĻŦāĻĄāĻŧ āĻā§āύ⧠āĻāĻžāϝāĻŧāĻāĻžāϰ āĻāĻŦāĻŋ āϏāĻšāĻā§āĻ āϤā§āϞāĻž āϝāĻžāĻŦā§āĨ¤
- āϏā§āϞāĻĢāĻŋ āĻā§āϝāĻžāĻŽā§āϰāĻž: ā§§ā§ŠMP āϏā§āϞāĻĢāĻŋ āĻā§āϝāĻžāĻŽā§āϰāĻž āĻāĻŋāĻĄāĻŋāĻ āĻāϞ āĻāĻŦāĻ āϏā§āϞāĻĢāĻŋāϰ āĻāύā§āϝ āĻāĻžāϞā§āĨ¤
Samsung Galaxy F36 āϏā§āĻŽāĻžāϰā§āĻāĻĢā§āύāĻāĻŋāϰ āϏā§āĻŦāĻŋāϧāĻž āĻ āĻ āϏā§āĻŦāĻŋāϧāĻžāϏāĻŽā§āĻš
- āĻŦā§ 6.7-āĻāĻā§āĻāĻŋ Super AMOLED āĻĄāĻŋāϏāĻĒā§āϞ⧠āϝāĻž āĻāĻŋāĻā§ā§āĻžāϞ āĻāĻā§āϏāĻĒā§āϰāĻŋā§ā§āύā§āϏ āĻāĻŽā§āĻāĻžāϰāĨ¤ āĻāĻŋāĻĄāĻŋāĻ āĻĻā§āĻāĻž, āĻā§āĻŽ āĻā§āϞāĻž āĻŦāĻž āϏā§āĻļā§āϝāĻžāϞ āĻŽāĻŋāĻĄāĻŋā§āĻžāϰ āĻāύā§āϝ āĻĒāĻžāϰāĻĢā§āĻā§āĻāĨ¤
- āĻļāĻā§āϤāĻŋāĻļāĻžāϞ⧠Exynos 1380 (5nm) āĻāĻŋāĻĒāϏā§āĻ āĻāĻāĻŋ āĻĻā§āĻŦāĻžāϰāĻž āĻŽāĻžāϞā§āĻāĻŋāĻāĻžāϏā§āĻāĻŋāĻ āĻ āĻā§āĻŽāĻŋāĻ-āĻ āĻāĻžāϞ⧠āĻĒāĻžāϰāĻĢāϰāĻŽā§āϝāĻžāύā§āϏ āĻĒāĻžāĻā§āĻž āϝāĻžāĻāĨ¤
- ā§Ģā§Ļā§Ļā§ĻmAh āĻŦā§āϝāĻžāĻāĻžāϰāĻŋ āĻ ā§¨ā§ĢW āĻĢāĻžāϏā§āĻ āĻāĻžāϰā§āĻāĻŋāĻ āϝāĻž āĻĻā§āϰā§āĻ āϏāĻŽā§ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻāϰāĻž āϝāĻžāĻŦā§āĨ¤ āĻĻā§āϰā§āϤ āĻāĻžāϰā§āĻāĻ āĻāϰāĻž āϝāĻžā§āĨ¤
- ā§Ģā§ĻMP āĻā§āϰāĻŋāĻĒāϞ āĻā§āϝāĻžāĻŽā§āϰāĻž āϏā§āĻāĻāĻĒ āĻ ā§§ā§ŠMP āϏā§āϞāĻĢāĻŋ āĻā§āϝāĻžāĻŽā§āϰāĻž āϝāĻž āĻāĻŦāĻŋ āĻ āĻāĻŋāĻĄāĻŋāĻāϤ⧠āĻāĻžāϞ⧠āĻŽāĻžāύāĨ¤ 4K āĻāĻŋāĻĄāĻŋāĻ āϰā§āĻāϰā§āĻĄāĻŋāĻ āϏāĻžāĻĒā§āϰā§āĻ āĻāϰā§āĨ¤
- ā§Ŧ/ā§ŽGB RAM āĻ ā§§ā§¨ā§Ž/⧍ā§Ģā§ŦGB āϏā§āĻā§āϰā§āĻ āĻ āĻĒāĻļāύ, āĻāϤā§āĻŦā§āĻļāĻŋ āĻĢāĻžāĻāϞ āϰāĻžāĻāĻžāϰ āϏā§āϝā§āĻ āĻāĻŦāĻ āϏā§āĻŽā§āĻĨ āĻĒāĻžāϰāĻĢāϰāĻŽā§āϝāĻžāύā§āϏ āĻĒāĻžāĻā§āĻž āϝāĻžāĻŦā§āĨ¤
- ā§ĢāĻāĻŋ āϏāĻžāĻĒā§āϰā§āĻ āϝāĻž āĻāĻŦāĻŋāώā§āϝ⧠āĻĒā§āϰāϏā§āϤā§āϤ āĻāĻžāύā§āĻā§āĻāĻŋāĻāĻŋāĻāĻŋ āϏā§āĻŦāĻŋāϧāĻž āύāĻŋāĻļā§āĻāĻŋāϤ āĻāϰā§āĨ¤
- āϏāĻžāĻāĻĄ-āĻŽāĻžāĻāύā§āĻā§āĻĄ āĻĢāĻŋāĻā§āĻāĻžāϰāĻĒā§āϰāĻŋāύā§āĻ āĻ āĻĒā§āϰā§ā§āĻāύā§ā§ āϏā§āύā§āϏāϰ āϝāĻž āĻĻā§āĻŦāĻžāϰāĻž āĻĻā§āϰā§āϤ āĻ āύāĻŋāϰāĻžāĻĒāĻĻ āĻāύāϞāĻ āϏā§āĻŦāĻŋāϧāĻž āĻĒāĻžāĻā§āĻž āϝāĻžāĻŦā§āĨ¤
- āĻĄā§āĻĄāĻŋāĻā§āĻā§āĻĄ microSD āϏā§āϞāĻ āĻ āĻĄā§ā§āĻžāϞ āϏāĻŋāĻŽ āϝāĻžāϰ āĻĢāϞ⧠āĻāĻāϏāĻžāĻĨā§ āϏāĻŋāĻŽ āĻ āĻŽā§āĻŽā§āϰāĻŋ āĻāĻžāϰā§āĻĄ āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻāϰāĻž āϝāĻžā§āĨ¤
-  IP āϰā§āĻāĻŋāĻ āύā§āĻ ,āĻĒāĻžāύāĻŋ āĻŦāĻž āϧā§āϞāĻžāϰ āĻŦāĻŋāϰā§āĻĻā§āϧ⧠āĻā§āύāĻ āĻ āĻĢāĻŋāϏāĻŋā§āĻžāϞ āĻĒā§āϰā§āĻā§āĻāĻļāύ āύā§āĻ
- OIS (Optical Image Stabilization) āύā§āĻ āĻāϰ āĻāύā§āϝ āĻāĻŋāĻĄāĻŋāĻ āĻļā§āĻāĻŋāĻā§ā§ āĻšāĻžāϞāĻāĻž āĻāĻŽā§āĻĒāύā§āϰ āϏāĻŽāϏā§āϝāĻž āĻšāϤ⧠āĻĒāĻžāϰā§āĨ¤
- āϏā§āĻā§āϰāĻŋāĻ āϏā§āĻĒāĻŋāĻāĻžāϰ āύā§āĻ āϤāĻžāĻ āϏāĻŋāĻā§āĻā§āϞ āϏā§āĻĒāĻŋāĻāĻžāϰā§āϰ āĻāĻžāϰāĻŖā§ āϏāĻžāĻāύā§āĻĄ āĻā§ā§āĻžāϞāĻŋāĻāĻŋ āĻāĻŋāĻā§āĻāĻž āĻāĻŽ āĻšāϤ⧠āĻĒāĻžāϰā§āĨ¤
Samsung Galaxy F36 āϏā§āĻŽāĻžāϰā§āĻāĻĢā§āύāĻāĻŋ āϏāĻŽā§āĻĒāϰā§āĻā§ āĻāĻĒāύāĻžāϰ āĻĒā§āϰāĻļā§āύ āĻ āĻāĻŽāĻžāĻĻā§āϰ āĻāϤā§āϤāϰ
More Mobile:Â Samsung S24 Ultra Price in Bangladesh 2025








